Html Css Color HEX #5F709D Waikawa Grey

📋 copy color: '#5F709D'

red 95 ◦ green 112 ◦ blue 157

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

Shades of Waikawa Grey #5F709D

Tints of Waikawa Grey #5F709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

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

R = 26.1%
G = 30.77%
B = 43.13%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F709D (or 0x5F709D) is known color: Waikawa Grey. HEX triplet: 5F, 70 and 9D. RGB value is (95,112,157). Sum of RGB (Red+Green+Blue) = 95+112+157=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F709D is #A08F62. Grayscale: #6F6F6F. Windows color (decimal): -10522467 or 10317919. OLE color: 10317919.

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

Color convert

RGB 95 112 157 -
CMYK 0.39 0.29 0 0.38
HSL 223.55º 0.25% 0.49% -
HSV(B) 223.55º 0.39% 0.62% -
XYZ 16.6 16.46 34.2 -
YUV 112.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 95 112 157 0.39 0.29 0 0.38 223.55 0.25 0.49
Hex 5F 70 9D 27 1D 0 26 E0 19 31
Octal 137 160 235 47 35 0 46 340 31 61
Binary 1011111 1110000 10011101 100111 11101 0 100110 11100000 11001 110001

Color Harmonies of #5F709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F709D

Black with #5F709D

Text Example


Text Example

White with #5F709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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