Html Css Color HEX #5F789F Waikawa Grey

📋 copy color: '#5F789F'

red 95 ◦ green 120 ◦ blue 159

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

Shades of Waikawa Grey #5F789F

Tints of Waikawa Grey #5F789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.09%

 BLUE value IS 159 (62.5% from 255) = 42.51%

R = 25.4%
G = 32.09%
B = 42.51%

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

#5F789F (or 0x5F789F) is known color: Waikawa Grey. HEX triplet: 5F, 78 and 9F. RGB value is (95,120,159). Sum of RGB (Red+Green+Blue) = 95+120+159=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F789F is #A08760. Grayscale: #747474. Windows color (decimal): -10520417 or 10451039. OLE color: 10451039.

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

Color convert

RGB 95 120 159 -
CMYK 0.40 0.25 0 0.38
HSL 216.56º 0.25% 0.5% -
HSV(B) 216.56º 0.4% 0.62% -
XYZ 17.69 18.37 35.41 -
YUV 116.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 95 120 159 0.40 0.25 0 0.38 216.56 0.25 0.5
Hex 5F 78 9F 28 19 0 26 D9 19 32
Octal 137 170 237 50 31 0 46 331 31 62
Binary 1011111 1111000 10011111 101000 11001 0 100110 11011001 11001 110010

Color Harmonies of #5F789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F789F

Black with #5F789F

Text Example


Text Example

White with #5F789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,120,159); }

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

background-color css

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

 a { background-color: rgb(95,120,159); }

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

border-color css

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

 span { border-color: rgb(95,120,159); }

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