Html Css Color HEX #586499 Waikawa Grey

📋 copy color: '#586499'

red 88 ◦ green 100 ◦ blue 153

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

Shades of Waikawa Grey #586499

Tints of Waikawa Grey #586499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 25.81%
G = 29.33%
B = 44.87%

CMYK

 C value IS 0.42

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#586499 (or 0x586499) is known color: Waikawa Grey. HEX triplet: 58, 64 and 99. RGB value is (88,100,153). Sum of RGB (Red+Green+Blue) = 88+100+153=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #586499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586499 is #A79B66. Grayscale: #666666. Windows color (decimal): -10984295 or 10052696. OLE color: 10052696.

HSL color Cylindrical-coordinate representation of color #586499: hue angle of 228.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #586499 is Cyan = 0.42, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 100 153 -
CMYK 0.42 0.35 0 0.4
HSL 228.92º 0.27% 0.47% -
HSV(B) 228.92º 0.42% 0.6% -
XYZ 14.33 13.49 31.99 -
YUV 102.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 88 100 153 0.42 0.35 0 0.4 228.92 0.27 0.47
Hex 58 64 99 2A 23 0 28 E5 1B 2F
Octal 130 144 231 52 43 0 50 345 33 57
Binary 1011000 1100100 10011001 101010 100011 0 101000 11100101 11011 101111

Color Harmonies of #586499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586499

Black with #586499

Text Example


Text Example

White with #586499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586499; }

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

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

background-color css

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

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

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

border-color css

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

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

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