Html Css Color HEX #5F779E Waikawa Grey

📋 copy color: '#5F779E'

red 95 ◦ green 119 ◦ blue 158

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

Shades of Waikawa Grey #5F779E

Tints of Waikawa Grey #5F779E

RGB

 RED value IS 95 (37.5% from 255) = 25.54%

 GREEN value IS 119 (46.88% from 255) = 31.99%

 BLUE value IS 158 (62.11% from 255) = 42.47%

R = 25.54%
G = 31.99%
B = 42.47%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F779E (or 0x5F779E) is known color: Waikawa Grey. HEX triplet: 5F, 77 and 9E. RGB value is (95,119,158). Sum of RGB (Red+Green+Blue) = 95+119+158=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F779E is #A08861. Grayscale: #747474. Windows color (decimal): -10520674 or 10385247. OLE color: 10385247.

HSL color Cylindrical-coordinate representation of color #5F779E: hue angle of 217.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F779E is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 119 158 -
CMYK 0.40 0.25 0 0.38
HSL 217.14º 0.25% 0.5% -
HSV(B) 217.14º 0.4% 0.62% -
XYZ 17.49 18.1 34.92 -
YUV 116.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 95 119 158 0.40 0.25 0 0.38 217.14 0.25 0.5
Hex 5F 77 9E 28 19 0 26 D9 19 32
Octal 137 167 236 50 31 0 46 331 31 62
Binary 1011111 1110111 10011110 101000 11001 0 100110 11011001 11001 110010

Color Harmonies of #5F779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F779E

Black with #5F779E

Text Example


Text Example

White with #5F779E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,119,158); }

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

background-color css

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

 a { background-color: rgb(95,119,158); }

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

border-color css

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

 span { border-color: rgb(95,119,158); }

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