Html Css Color HEX #587399 Waikawa Grey

📋 copy color: '#587399'

red 88 ◦ green 115 ◦ blue 153

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

Shades of Waikawa Grey #587399

Tints of Waikawa Grey #587399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.3%

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

R = 24.72%
G = 32.3%
B = 42.98%

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

#587399 (or 0x587399) is known color: Waikawa Grey. HEX triplet: 58, 73 and 99. RGB value is (88,115,153). Sum of RGB (Red+Green+Blue) = 88+115+153=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #587399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587399 is #A78C66. Grayscale: #6F6F6F. Windows color (decimal): -10980455 or 10056536. OLE color: 10056536.

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

Color convert

RGB 88 115 153 -
CMYK 0.42 0.25 0 0.4
HSL 215.08º 0.27% 0.47% -
HSV(B) 215.08º 0.42% 0.6% -
XYZ 15.91 16.64 32.51 -
YUV 111.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 88 115 153 0.42 0.25 0 0.4 215.08 0.27 0.47
Hex 58 73 99 2A 19 0 28 D7 1B 2F
Octal 130 163 231 52 31 0 50 327 33 57
Binary 1011000 1110011 10011001 101010 11001 0 101000 11010111 11011 101111

Color Harmonies of #587399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587399

Black with #587399

Text Example


Text Example

White with #587399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587399; }

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

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

background-color css

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

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

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

border-color css

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

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

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