Html Css Color HEX #587289 Kashmir Blue

📋 copy color: '#587289'

red 88 ◦ green 114 ◦ blue 137

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

Shades of Kashmir Blue #587289

Tints of Kashmir Blue #587289

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 25.96%
G = 33.63%
B = 40.41%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#587289 (or 0x587289) is known color: Kashmir Blue. HEX triplet: 58, 72 and 89. RGB value is (88,114,137). Sum of RGB (Red+Green+Blue) = 88+114+137=339 (44% of max value = 765). Red value is 88 (34.77% from 255 or 25.96% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #587289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587289 is #A78D76. Grayscale: #6C6C6C. Windows color (decimal): -10980727 or 9007704. OLE color: 9007704.

HSL color Cylindrical-coordinate representation of color #587289: hue angle of 208.16º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #587289 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 114 137 -
CMYK 0.36 0.17 0 0.46
HSL 208.16º 0.22% 0.44% -
HSV(B) 208.16º 0.36% 0.54% -
XYZ 14.56 15.92 25.97 -
YUV 108.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 88 114 137 0.36 0.17 0 0.46 208.16 0.22 0.44
Hex 58 72 89 24 11 0 2E D0 16 2C
Octal 130 162 211 44 21 0 56 320 26 54
Binary 1011000 1110010 10001001 100100 10001 0 101110 11010000 10110 101100

Color Harmonies of #587289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587289

Black with #587289

Text Example


Text Example

White with #587289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587289; }

 p { color: rgb(88,114,137); }

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

background-color css

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

 a { background-color: rgb(88,114,137); }

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

border-color css

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

 span { border-color: rgb(88,114,137); }

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