Html Css Color HEX #586291 Waikawa Grey

📋 copy color: '#586291'

red 88 ◦ green 98 ◦ blue 145

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

Shades of Waikawa Grey #586291

Tints of Waikawa Grey #586291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

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

R = 26.59%
G = 29.61%
B = 43.81%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586291 (or 0x586291) is known color: Waikawa Grey. HEX triplet: 58, 62 and 91. RGB value is (88,98,145). Sum of RGB (Red+Green+Blue) = 88+98+145=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #586291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586291 is #A79D6E. Grayscale: #646464. Windows color (decimal): -10984815 or 9527896. OLE color: 9527896.

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

Color convert

RGB 88 98 145 -
CMYK 0.39 0.32 0 0.43
HSL 229.47º 0.24% 0.46% -
HSV(B) 229.47º 0.39% 0.57% -
XYZ 13.5 12.85 28.56 -
YUV 100.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 88 98 145 0.39 0.32 0 0.43 229.47 0.24 0.46
Hex 58 62 91 27 20 0 2B E5 18 2E
Octal 130 142 221 47 40 0 53 345 30 56
Binary 1011000 1100010 10010001 100111 100000 0 101011 11100101 11000 101110

Color Harmonies of #586291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586291

Black with #586291

Text Example


Text Example

White with #586291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586291; }

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

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

background-color css

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

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

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

border-color css

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

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

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