Html Css Color HEX #5F779D Waikawa Grey

📋 copy color: '#5F779D'

red 95 ◦ green 119 ◦ blue 157

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

Shades of Waikawa Grey #5F779D

Tints of Waikawa Grey #5F779D

RGB

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

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

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

R = 25.61%
G = 32.08%
B = 42.32%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F779D (or 0x5F779D) is known color: Waikawa Grey. HEX triplet: 5F, 77 and 9D. RGB value is (95,119,157). Sum of RGB (Red+Green+Blue) = 95+119+157=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 119 (46.88% from 255 or 32.08% 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 #5F779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F779D is #A08862. Grayscale: #737373. Windows color (decimal): -10520675 or 10319711. OLE color: 10319711.

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

Color convert

RGB 95 119 157 -
CMYK 0.39 0.24 0 0.38
HSL 216.77º 0.25% 0.49% -
HSV(B) 216.77º 0.39% 0.62% -
XYZ 17.4 18.06 34.47 -
YUV 116.16 151.05 112.91 -
System Red Green Blue C M Y K H S L
Decimal 95 119 157 0.39 0.24 0 0.38 216.77 0.25 0.49
Hex 5F 77 9D 27 18 0 26 D9 19 31
Octal 137 167 235 47 30 0 46 331 31 61
Binary 1011111 1110111 10011101 100111 11000 0 100110 11011001 11001 110001

Color Harmonies of #5F779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F779D

Black with #5F779D

Text Example


Text Example

White with #5F779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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