Html Css Color HEX #587B99 Kashmir Blue

📋 copy color: '#587B99'

red 88 ◦ green 123 ◦ blue 153

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

Shades of Kashmir Blue #587B99

Tints of Kashmir Blue #587B99

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.79%

 BLUE value IS 153 (60.16% from 255) = 42.03%

R = 24.18%
G = 33.79%
B = 42.03%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#587B99 (or 0x587B99) is known color: Kashmir Blue. HEX triplet: 58, 7B and 99. RGB value is (88,123,153). Sum of RGB (Red+Green+Blue) = 88+123+153=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #587B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587B99 is #A78466. Grayscale: #737373. Windows color (decimal): -10978407 or 10058584. OLE color: 10058584.

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

Color convert

RGB 88 123 153 -
CMYK 0.42 0.20 0 0.4
HSL 207.69º 0.27% 0.47% -
HSV(B) 207.69º 0.42% 0.6% -
XYZ 16.86 18.54 32.83 -
YUV 115.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 88 123 153 0.42 0.20 0 0.4 207.69 0.27 0.47
Hex 58 7B 99 2A 14 0 28 D0 1B 2F
Octal 130 173 231 52 24 0 50 320 33 57
Binary 1011000 1111011 10011001 101010 10100 0 101000 11010000 11011 101111

Color Harmonies of #587B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587B99

Black with #587B99

Text Example


Text Example

White with #587B99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587B99; }

 p { color: rgb(88,123,153); }

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

background-color css

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

 a { background-color: rgb(88,123,153); }

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

border-color css

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

 span { border-color: rgb(88,123,153); }

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