Html Css Color HEX #586491 Waikawa Grey

📋 copy color: '#586491'

red 88 ◦ green 100 ◦ blue 145

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

Shades of Waikawa Grey #586491

Tints of Waikawa Grey #586491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 26.43%
G = 30.03%
B = 43.54%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586491 (or 0x586491) is known color: Waikawa Grey. HEX triplet: 58, 64 and 91. RGB value is (88,100,145). Sum of RGB (Red+Green+Blue) = 88+100+145=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #586491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586491 is #A79B6E. Grayscale: #656565. Windows color (decimal): -10984303 or 9528408. OLE color: 9528408.

HSL color Cylindrical-coordinate representation of color #586491: hue angle of 227.37º 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 #586491 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 100 145 -
CMYK 0.39 0.31 0 0.43
HSL 227.37º 0.24% 0.46% -
HSV(B) 227.37º 0.39% 0.57% -
XYZ 13.69 13.23 28.62 -
YUV 101.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 88 100 145 0.39 0.31 0 0.43 227.37 0.24 0.46
Hex 58 64 91 27 1F 0 2B E3 18 2E
Octal 130 144 221 47 37 0 53 343 30 56
Binary 1011000 1100100 10010001 100111 11111 0 101011 11100011 11000 101110

Color Harmonies of #586491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586491

Black with #586491

Text Example


Text Example

White with #586491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586491; }

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

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

background-color css

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

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

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

border-color css

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

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

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