Html Css Color HEX #5F769E Waikawa Grey

📋 copy color: '#5F769E'

red 95 ◦ green 118 ◦ blue 158

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

Shades of Waikawa Grey #5F769E

Tints of Waikawa Grey #5F769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.81%

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

R = 25.61%
G = 31.81%
B = 42.59%

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

#5F769E (or 0x5F769E) is known color: Waikawa Grey. HEX triplet: 5F, 76 and 9E. RGB value is (95,118,158). Sum of RGB (Red+Green+Blue) = 95+118+158=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F769E is #A08961. Grayscale: #737373. Windows color (decimal): -10520930 or 10384991. OLE color: 10384991.

HSL color Cylindrical-coordinate representation of color #5F769E: hue angle of 218.1º 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 #5F769E is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 118 158 -
CMYK 0.40 0.25 0 0.38
HSL 218.1º 0.25% 0.5% -
HSV(B) 218.1º 0.4% 0.62% -
XYZ 17.37 17.86 34.88 -
YUV 115.68 151.88 113.25 -
System Red Green Blue C M Y K H S L
Decimal 95 118 158 0.40 0.25 0 0.38 218.1 0.25 0.5
Hex 5F 76 9E 28 19 0 26 DA 19 32
Octal 137 166 236 50 31 0 46 332 31 62
Binary 1011111 1110110 10011110 101000 11001 0 100110 11011010 11001 110010

Color Harmonies of #5F769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F769E

Black with #5F769E

Text Example


Text Example

White with #5F769E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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