#587B9A

Color #587B9A Kashmir Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kashmir Blue #587B9A

Tints of Kashmir Blue #587B9A

Color information

#587B9A (or 0x587B9A) is unknown color: approx Kashmir Blue. HEX triplet: 58, 7B and 9A. RGB value is (88,123,154). Sum of RGB (Red+Green+Blue) = 88+123+154=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #587B9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587B9A is #A78465. Grayscale: #737373. Windows color (decimal): -10978406 or 10124120. OLE color: 10124120.

HSL color Cylindrical-coordinate representation of color #587B9A: hue angle of 208.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #587B9A is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88123154-
CMYK0.430.2000.40
HSL208.18º27.27%47.45%-
HSV(B)208.18º42.86%60.39%-
XYZ16.9418.5733.26-
YUV116.07149.4107.98-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 154 (60.55% from 255) = 42.19%
R=24.11%
G=33.70%
B=42.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881231540.430.2000.40208.1827.2747.45
Hex587B9A2B14028d01b2f
Octal13017323253240503203357
Binary10110001111011100110101010111010001010001101000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #587B9A;
 }
 .AnyTagClassName
 {
   color: #587B9A;
 }
</style>
background-color css

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

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

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

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

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

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