Html Css Color HEX #586591 Waikawa Grey

📋 copy color: '#586591'

red 88 ◦ green 101 ◦ blue 145

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

Shades of Waikawa Grey #586591

Tints of Waikawa Grey #586591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

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

R = 26.35%
G = 30.24%
B = 43.41%

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

#586591 (or 0x586591) is known color: Waikawa Grey. HEX triplet: 58, 65 and 91. RGB value is (88,101,145). Sum of RGB (Red+Green+Blue) = 88+101+145=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #586591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586591 is #A79A6E. Grayscale: #656565. Windows color (decimal): -10984047 or 9528664. OLE color: 9528664.

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

Color convert

RGB 88 101 145 -
CMYK 0.39 0.30 0 0.43
HSL 226.32º 0.24% 0.46% -
HSV(B) 226.32º 0.39% 0.57% -
XYZ 13.79 13.43 28.65 -
YUV 102.13 152.19 117.92 -
System Red Green Blue C M Y K H S L
Decimal 88 101 145 0.39 0.30 0 0.43 226.32 0.24 0.46
Hex 58 65 91 27 1E 0 2B E2 18 2E
Octal 130 145 221 47 36 0 53 342 30 56
Binary 1011000 1100101 10010001 100111 11110 0 101011 11100010 11000 101110

Color Harmonies of #586591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586591

Black with #586591

Text Example


Text Example

White with #586591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586591; }

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

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

background-color css

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

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

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

border-color css

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

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

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