Html Css Color HEX #5D799D Waikawa Grey

📋 copy color: '#5D799D'

red 93 ◦ green 121 ◦ blue 157

#5D799D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #5D799D

Tints of Waikawa Grey #5D799D

RGB

 RED value IS 93 (36.72% from 255) = 25.07%

 GREEN value IS 121 (47.66% from 255) = 32.61%

 BLUE value IS 157 (61.72% from 255) = 42.32%

R = 25.07%
G = 32.61%
B = 42.32%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5D799D (or 0x5D799D) is known color: Waikawa Grey. HEX triplet: 5D, 79 and 9D. RGB value is (93,121,157). Sum of RGB (Red+Green+Blue) = 93+121+157=371 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25.07% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D799D is #A28662. Grayscale: #747474. Windows color (decimal): -10651235 or 10320221. OLE color: 10320221.

HSL color Cylindrical-coordinate representation of color #5D799D: hue angle of 213.75º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D799D is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 121 157 -
CMYK 0.41 0.23 0 0.38
HSL 213.75º 0.26% 0.49% -
HSV(B) 213.75º 0.41% 0.62% -
XYZ 17.44 18.44 34.54 -
YUV 116.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 93 121 157 0.41 0.23 0 0.38 213.75 0.26 0.49
Hex 5D 79 9D 29 17 0 26 D6 1A 31
Octal 135 171 235 51 27 0 46 326 32 61
Binary 1011101 1111001 10011101 101001 10111 0 100110 11010110 11010 110001

Color Harmonies of #5D799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D799D

Black with #5D799D

Text Example


Text Example

White with #5D799D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D799D; }

 p { color: rgb(93,121,157); }

 H1.HeaderClassName
 {
   color: #5D799D;
 }
 .AnyTagClassName
 {
   color: #5D799D;
 }
</style>

background-color css

<style>
 a { background-color: #5D799D; }

 a { background-color: rgb(93,121,157); }

 div.DivClassName
 {
   background-color: #5D799D;
 }
 .BgClassName
 {
   background-color: #5D799D;
 }
</style>

border-color css

<style>
 span { border-color: #5D799D; }

 span { border-color: rgb(93,121,157); }

 td.TdClassName
 {
   border-color: #5D799D;
 }
 .TagClassName
 {
   border-color: #5D799D;
 }
</style>