Html Css Color HEX #5F759B Waikawa Grey

📋 copy color: '#5F759B'

red 95 ◦ green 117 ◦ blue 155

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

Shades of Waikawa Grey #5F759B

Tints of Waikawa Grey #5F759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.88%

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 25.89%
G = 31.88%
B = 42.23%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F759B (or 0x5F759B) is known color: Waikawa Grey. HEX triplet: 5F, 75 and 9B. RGB value is (95,117,155). Sum of RGB (Red+Green+Blue) = 95+117+155=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F759B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F759B is #A08A64. Grayscale: #727272. Windows color (decimal): -10521189 or 10188127. OLE color: 10188127.

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

Color convert

RGB 95 117 155 -
CMYK 0.39 0.25 0 0.39
HSL 218º 0.24% 0.49% -
HSV(B) 218º 0.39% 0.61% -
XYZ 17 17.52 33.5 -
YUV 114.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 95 117 155 0.39 0.25 0 0.39 218 0.24 0.49
Hex 5F 75 9B 27 19 0 27 DA 18 31
Octal 137 165 233 47 31 0 47 332 30 61
Binary 1011111 1110101 10011011 100111 11001 0 100111 11011010 11000 110001

Color Harmonies of #5F759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F759B

Black with #5F759B

Text Example


Text Example

White with #5F759B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,117,155); }

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

background-color css

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

 a { background-color: rgb(95,117,155); }

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

border-color css

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

 span { border-color: rgb(95,117,155); }

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