Html Css Color HEX #587299 Waikawa Grey

📋 copy color: '#587299'

red 88 ◦ green 114 ◦ blue 153

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

Shades of Waikawa Grey #587299

Tints of Waikawa Grey #587299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

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

R = 24.79%
G = 32.11%
B = 43.1%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#587299 (or 0x587299) is known color: Waikawa Grey. HEX triplet: 58, 72 and 99. RGB value is (88,114,153). Sum of RGB (Red+Green+Blue) = 88+114+153=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #587299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587299 is #A78D66. Grayscale: #6E6E6E. Windows color (decimal): -10980711 or 10056280. OLE color: 10056280.

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

Color convert

RGB 88 114 153 -
CMYK 0.42 0.25 0 0.4
HSL 216º 0.27% 0.47% -
HSV(B) 216º 0.42% 0.6% -
XYZ 15.79 16.41 32.47 -
YUV 110.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 88 114 153 0.42 0.25 0 0.4 216 0.27 0.47
Hex 58 72 99 2A 19 0 28 D8 1B 2F
Octal 130 162 231 52 31 0 50 330 33 57
Binary 1011000 1110010 10011001 101010 11001 0 101000 11011000 11011 101111

Color Harmonies of #587299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587299

Black with #587299

Text Example


Text Example

White with #587299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587299; }

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

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

background-color css

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

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

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

border-color css

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

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

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