Html Css Color HEX #587396 Waikawa Grey

📋 copy color: '#587396'

red 88 ◦ green 115 ◦ blue 150

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

Shades of Waikawa Grey #587396

Tints of Waikawa Grey #587396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 24.93%
G = 32.58%
B = 42.49%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#587396 (or 0x587396) is known color: Waikawa Grey. HEX triplet: 58, 73 and 96. RGB value is (88,115,150). Sum of RGB (Red+Green+Blue) = 88+115+150=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #587396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587396 is #A78C69. Grayscale: #6E6E6E. Windows color (decimal): -10980458 or 9859928. OLE color: 9859928.

HSL color Cylindrical-coordinate representation of color #587396: hue angle of 213.87º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #587396 is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 115 150 -
CMYK 0.41 0.23 0 0.41
HSL 213.87º 0.26% 0.47% -
HSV(B) 213.87º 0.41% 0.59% -
XYZ 15.66 16.54 31.22 -
YUV 110.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 88 115 150 0.41 0.23 0 0.41 213.87 0.26 0.47
Hex 58 73 96 29 17 0 29 D6 1A 2F
Octal 130 163 226 51 27 0 51 326 32 57
Binary 1011000 1110011 10010110 101001 10111 0 101001 11010110 11010 101111

Color Harmonies of #587396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587396

Black with #587396

Text Example


Text Example

White with #587396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587396; }

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

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

background-color css

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

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

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

border-color css

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

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

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