Html Css Color HEX #587398 Waikawa Grey

📋 copy color: '#587398'

red 88 ◦ green 115 ◦ blue 152

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

Shades of Waikawa Grey #587398

Tints of Waikawa Grey #587398

RGB

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

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

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

R = 24.79%
G = 32.39%
B = 42.82%

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

#587398 (or 0x587398) is known color: Waikawa Grey. HEX triplet: 58, 73 and 98. RGB value is (88,115,152). Sum of RGB (Red+Green+Blue) = 88+115+152=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #587398 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587398 is #A78C67. Grayscale: #6E6E6E. Windows color (decimal): -10980456 or 9991000. OLE color: 9991000.

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

Color convert

RGB 88 115 152 -
CMYK 0.42 0.24 0 0.40
HSL 214.69º 0.27% 0.47% -
HSV(B) 214.69º 0.42% 0.6% -
XYZ 15.82 16.6 32.08 -
YUV 111.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 88 115 152 0.42 0.24 0 0.40 214.69 0.27 0.47
Hex 58 73 98 2A 18 0 28 D7 1B 2F
Octal 130 163 230 52 30 0 50 327 33 57
Binary 1011000 1110011 10011000 101010 11000 0 101000 11010111 11011 101111

Color Harmonies of #587398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587398

Black with #587398

Text Example


Text Example

White with #587398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587398; }

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

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

background-color css

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

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

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

border-color css

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

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

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