Html Css Color HEX #587997 Kashmir Blue

📋 copy color: '#587997'

red 88 ◦ green 121 ◦ blue 151

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

Shades of Kashmir Blue #587997

Tints of Kashmir Blue #587997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

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

R = 24.44%
G = 33.61%
B = 41.94%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#587997 (or 0x587997) is known color: Kashmir Blue. HEX triplet: 58, 79 and 97. RGB value is (88,121,151). Sum of RGB (Red+Green+Blue) = 88+121+151=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 151 - color contains mainly: blue. Hex color #587997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587997 is #A78668. Grayscale: #727272. Windows color (decimal): -10978921 or 9927000. OLE color: 9927000.

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

Color convert

RGB 88 121 151 -
CMYK 0.42 0.20 0 0.41
HSL 208.57º 0.26% 0.47% -
HSV(B) 208.57º 0.42% 0.59% -
XYZ 16.45 17.98 31.88 -
YUV 114.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 88 121 151 0.42 0.20 0 0.41 208.57 0.26 0.47
Hex 58 79 97 2A 14 0 29 D1 1A 2F
Octal 130 171 227 52 24 0 51 321 32 57
Binary 1011000 1111001 10010111 101010 10100 0 101001 11010001 11010 101111

Color Harmonies of #587997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587997

Black with #587997

Text Example


Text Example

White with #587997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587997; }

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

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

background-color css

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

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

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

border-color css

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

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

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