Html Css Color HEX #587598 Waikawa Grey

📋 copy color: '#587598'

red 88 ◦ green 117 ◦ blue 152

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

Shades of Waikawa Grey #587598

Tints of Waikawa Grey #587598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.77%

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

R = 24.65%
G = 32.77%
B = 42.58%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#587598 (or 0x587598) is known color: Waikawa Grey. HEX triplet: 58, 75 and 98. RGB value is (88,117,152). Sum of RGB (Red+Green+Blue) = 88+117+152=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #587598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587598 is #A78A67. Grayscale: #707070. Windows color (decimal): -10979944 or 9991512. OLE color: 9991512.

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

Color convert

RGB 88 117 152 -
CMYK 0.42 0.23 0 0.40
HSL 212.81º 0.27% 0.47% -
HSV(B) 212.81º 0.42% 0.6% -
XYZ 16.05 17.06 32.15 -
YUV 112.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 88 117 152 0.42 0.23 0 0.40 212.81 0.27 0.47
Hex 58 75 98 2A 17 0 28 D5 1B 2F
Octal 130 165 230 52 27 0 50 325 33 57
Binary 1011000 1110101 10011000 101010 10111 0 101000 11010101 11011 101111

Color Harmonies of #587598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587598

Black with #587598

Text Example


Text Example

White with #587598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587598; }

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

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

background-color css

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

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

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

border-color css

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

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

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