Html Css Color HEX #587098 Waikawa Grey

📋 copy color: '#587098'

red 88 ◦ green 112 ◦ blue 152

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

Shades of Waikawa Grey #587098

Tints of Waikawa Grey #587098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.82%

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

R = 25%
G = 31.82%
B = 43.18%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#587098 (or 0x587098) is known color: Waikawa Grey. HEX triplet: 58, 70 and 98. RGB value is (88,112,152). Sum of RGB (Red+Green+Blue) = 88+112+152=352 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #587098 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587098 is #A78F67. Grayscale: #6D6D6D. Windows color (decimal): -10981224 or 9990232. OLE color: 9990232.

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

Color convert

RGB 88 112 152 -
CMYK 0.42 0.26 0 0.40
HSL 217.5º 0.27% 0.47% -
HSV(B) 217.5º 0.42% 0.6% -
XYZ 15.49 15.93 31.96 -
YUV 109.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 88 112 152 0.42 0.26 0 0.40 217.5 0.27 0.47
Hex 58 70 98 2A 1A 0 28 DA 1B 2F
Octal 130 160 230 52 32 0 50 332 33 57
Binary 1011000 1110000 10011000 101010 11010 0 101000 11011010 11011 101111

Color Harmonies of #587098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587098

Black with #587098

Text Example


Text Example

White with #587098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587098; }

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

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

background-color css

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

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

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

border-color css

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

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

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