Html Css Color HEX #586997 Waikawa Grey

📋 copy color: '#586997'

red 88 ◦ green 105 ◦ blue 151

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

Shades of Waikawa Grey #586997

Tints of Waikawa Grey #586997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.52%

 BLUE value IS 151 (59.38% from 255) = 43.9%

R = 25.58%
G = 30.52%
B = 43.9%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#586997 (or 0x586997) is known color: Waikawa Grey. HEX triplet: 58, 69 and 97. RGB value is (88,105,151). Sum of RGB (Red+Green+Blue) = 88+105+151=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 151 - color contains mainly: blue. Hex color #586997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586997 is #A79668. Grayscale: #686868. Windows color (decimal): -10983017 or 9922904. OLE color: 9922904.

HSL color Cylindrical-coordinate representation of color #586997: hue angle of 223.81º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #586997 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 105 151 -
CMYK 0.42 0.30 0 0.41
HSL 223.81º 0.26% 0.47% -
HSV(B) 223.81º 0.42% 0.59% -
XYZ 14.66 14.41 31.29 -
YUV 105.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 88 105 151 0.42 0.30 0 0.41 223.81 0.26 0.47
Hex 58 69 97 2A 1E 0 29 E0 1A 2F
Octal 130 151 227 52 36 0 51 340 32 57
Binary 1011000 1101001 10010111 101010 11110 0 101001 11100000 11010 101111

Color Harmonies of #586997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586997

Black with #586997

Text Example


Text Example

White with #586997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586997; }

 p { color: rgb(88,105,151); }

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

background-color css

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

 a { background-color: rgb(88,105,151); }

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

border-color css

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

 span { border-color: rgb(88,105,151); }

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