Html Css Color HEX #586A91 Waikawa Grey

📋 copy color: '#586A91'

red 88 ◦ green 106 ◦ blue 145

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

Shades of Waikawa Grey #586A91

Tints of Waikawa Grey #586A91

RGB

 RED value IS 88 (34.77% from 255) = 25.96%

 GREEN value IS 106 (41.8% from 255) = 31.27%

 BLUE value IS 145 (57.03% from 255) = 42.77%

R = 25.96%
G = 31.27%
B = 42.77%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586A91 (or 0x586A91) is known color: Waikawa Grey. HEX triplet: 58, 6A and 91. RGB value is (88,106,145). Sum of RGB (Red+Green+Blue) = 88+106+145=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #586A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586A91 is #A7956E. Grayscale: #686868. Windows color (decimal): -10982767 or 9529944. OLE color: 9529944.

HSL color Cylindrical-coordinate representation of color #586A91: hue angle of 221.05º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586A91 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 106 145 -
CMYK 0.39 0.27 0 0.43
HSL 221.05º 0.24% 0.46% -
HSV(B) 221.05º 0.39% 0.57% -
XYZ 14.29 14.43 28.82 -
YUV 105.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 88 106 145 0.39 0.27 0 0.43 221.05 0.24 0.46
Hex 58 6A 91 27 1B 0 2B DD 18 2E
Octal 130 152 221 47 33 0 53 335 30 56
Binary 1011000 1101010 10010001 100111 11011 0 101011 11011101 11000 101110

Color Harmonies of #586A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A91

Black with #586A91

Text Example


Text Example

White with #586A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586A91; }

 p { color: rgb(88,106,145); }

 H1.HeaderClassName
 {
   color: #586A91;
 }
 .AnyTagClassName
 {
   color: #586A91;
 }
</style>

background-color css

<style>
 a { background-color: #586A91; }

 a { background-color: rgb(88,106,145); }

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

border-color css

<style>
 span { border-color: #586A91; }

 span { border-color: rgb(88,106,145); }

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