Html Css Color HEX #586691 Waikawa Grey

📋 copy color: '#586691'

red 88 ◦ green 102 ◦ blue 145

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

Shades of Waikawa Grey #586691

Tints of Waikawa Grey #586691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

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

R = 26.27%
G = 30.45%
B = 43.28%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586691 (or 0x586691) is known color: Waikawa Grey. HEX triplet: 58, 66 and 91. RGB value is (88,102,145). Sum of RGB (Red+Green+Blue) = 88+102+145=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #586691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586691 is #A7996E. Grayscale: #666666. Windows color (decimal): -10983791 or 9528920. OLE color: 9528920.

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

Color convert

RGB 88 102 145 -
CMYK 0.39 0.30 0 0.43
HSL 225.26º 0.24% 0.46% -
HSV(B) 225.26º 0.39% 0.57% -
XYZ 13.89 13.62 28.69 -
YUV 102.72 151.86 117.5 -
System Red Green Blue C M Y K H S L
Decimal 88 102 145 0.39 0.30 0 0.43 225.26 0.24 0.46
Hex 58 66 91 27 1E 0 2B E1 18 2E
Octal 130 146 221 47 36 0 53 341 30 56
Binary 1011000 1100110 10010001 100111 11110 0 101011 11100001 11000 101110

Color Harmonies of #586691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586691

Black with #586691

Text Example


Text Example

White with #586691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586691; }

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

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

background-color css

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

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

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

border-color css

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

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

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