Html Css Color HEX #587397 Waikawa Grey

📋 copy color: '#587397'

red 88 ◦ green 115 ◦ blue 151

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

Shades of Waikawa Grey #587397

Tints of Waikawa Grey #587397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.66%

R = 24.86%
G = 32.49%
B = 42.66%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#587397 (or 0x587397) is known color: Waikawa Grey. HEX triplet: 58, 73 and 97. RGB value is (88,115,151). Sum of RGB (Red+Green+Blue) = 88+115+151=354 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.86% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #587397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587397 is #A78C68. Grayscale: #6E6E6E. Windows color (decimal): -10980457 or 9925464. OLE color: 9925464.

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

Color convert

RGB 88 115 151 -
CMYK 0.42 0.24 0 0.41
HSL 214.29º 0.26% 0.47% -
HSV(B) 214.29º 0.42% 0.59% -
XYZ 15.74 16.57 31.65 -
YUV 111.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 88 115 151 0.42 0.24 0 0.41 214.29 0.26 0.47
Hex 58 73 97 2A 18 0 29 D6 1A 2F
Octal 130 163 227 52 30 0 51 326 32 57
Binary 1011000 1110011 10010111 101010 11000 0 101001 11010110 11010 101111

Color Harmonies of #587397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587397

Black with #587397

Text Example


Text Example

White with #587397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587397; }

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

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

background-color css

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

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

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

border-color css

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

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

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