Html Css Color HEX #586497 Waikawa Grey

📋 copy color: '#586497'

red 88 ◦ green 100 ◦ blue 151

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

Shades of Waikawa Grey #586497

Tints of Waikawa Grey #586497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.5%

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

R = 25.96%
G = 29.5%
B = 44.54%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#586497 (or 0x586497) is known color: Waikawa Grey. HEX triplet: 58, 64 and 97. RGB value is (88,100,151). Sum of RGB (Red+Green+Blue) = 88+100+151=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #586497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586497 is #A79B68. Grayscale: #666666. Windows color (decimal): -10984297 or 9921624. OLE color: 9921624.

HSL color Cylindrical-coordinate representation of color #586497: hue angle of 228.57º 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 #586497 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 100 151 -
CMYK 0.42 0.34 0 0.41
HSL 228.57º 0.26% 0.47% -
HSV(B) 228.57º 0.42% 0.59% -
XYZ 14.17 13.42 31.12 -
YUV 102.23 155.52 117.85 -
System Red Green Blue C M Y K H S L
Decimal 88 100 151 0.42 0.34 0 0.41 228.57 0.26 0.47
Hex 58 64 97 2A 22 0 29 E5 1A 2F
Octal 130 144 227 52 42 0 51 345 32 57
Binary 1011000 1100100 10010111 101010 100010 0 101001 11100101 11010 101111

Color Harmonies of #586497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586497

Black with #586497

Text Example


Text Example

White with #586497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586497; }

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

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

background-color css

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

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

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

border-color css

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

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

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