Html Css Color HEX #587498 Waikawa Grey

📋 copy color: '#587498'

red 88 ◦ green 116 ◦ blue 152

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

Shades of Waikawa Grey #587498

Tints of Waikawa Grey #587498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.58%

 BLUE value IS 152 (59.77% from 255) = 42.7%

R = 24.72%
G = 32.58%
B = 42.7%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#587498 (or 0x587498) is known color: Waikawa Grey. HEX triplet: 58, 74 and 98. RGB value is (88,116,152). Sum of RGB (Red+Green+Blue) = 88+116+152=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #587498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587498 is #A78B67. Grayscale: #6F6F6F. Windows color (decimal): -10980200 or 9991256. OLE color: 9991256.

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

Color convert

RGB 88 116 152 -
CMYK 0.42 0.24 0 0.40
HSL 213.75º 0.27% 0.47% -
HSV(B) 213.75º 0.42% 0.6% -
XYZ 15.94 16.83 32.11 -
YUV 111.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 88 116 152 0.42 0.24 0 0.40 213.75 0.27 0.47
Hex 58 74 98 2A 18 0 28 D6 1B 2F
Octal 130 164 230 52 30 0 50 326 33 57
Binary 1011000 1110100 10011000 101010 11000 0 101000 11010110 11011 101111

Color Harmonies of #587498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587498

Black with #587498

Text Example


Text Example

White with #587498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587498; }

 p { color: rgb(88,116,152); }

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

background-color css

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

 a { background-color: rgb(88,116,152); }

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

border-color css

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

 span { border-color: rgb(88,116,152); }

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