Html Css Color HEX #586D91 Waikawa Grey

📋 copy color: '#586D91'

red 88 ◦ green 109 ◦ blue 145

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

Shades of Waikawa Grey #586D91

Tints of Waikawa Grey #586D91

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.87%

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

R = 25.73%
G = 31.87%
B = 42.4%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#586D91 (or 0x586D91) is known color: Waikawa Grey. HEX triplet: 58, 6D and 91. RGB value is (88,109,145). Sum of RGB (Red+Green+Blue) = 88+109+145=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #586D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586D91 is #A7926E. Grayscale: #6A6A6A. Windows color (decimal): -10981999 or 9530712. OLE color: 9530712.

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

Color convert

RGB 88 109 145 -
CMYK 0.39 0.25 0 0.43
HSL 217.89º 0.24% 0.46% -
HSV(B) 217.89º 0.39% 0.57% -
XYZ 14.6 15.06 28.92 -
YUV 106.83 149.54 114.57 -
System Red Green Blue C M Y K H S L
Decimal 88 109 145 0.39 0.25 0 0.43 217.89 0.24 0.46
Hex 58 6D 91 27 19 0 2B DA 18 2E
Octal 130 155 221 47 31 0 53 332 30 56
Binary 1011000 1101101 10010001 100111 11001 0 101011 11011010 11000 101110

Color Harmonies of #586D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586D91

Black with #586D91

Text Example


Text Example

White with #586D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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