#587894

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

Shades of Kashmir Blue #587894

Tints of Kashmir Blue #587894

Color information

#587894 (or 0x587894) is unknown color: approx Kashmir Blue. HEX triplet: 58, 78 and 94. RGB value is (88,120,148). Sum of RGB (Red+Green+Blue) = 88+120+148=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #587894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587894 is #A7876B. Grayscale: #717171. Windows color (decimal): -10979180 or 9730136. OLE color: 9730136.

HSL color Cylindrical-coordinate representation of color #587894: hue angle of 208º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #587894 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB88120148-
CMYK0.410.1900.42
HSL208º25.42%46.27%-
HSV(B)208º40.54%58.04%-
XYZ16.0917.6530.58-
YUV113.62147.4109.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.72%
GREEN value IS 120 (47.27% from 255) = 33.71%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=24.72%
G=33.71%
B=41.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal881201480.410.1900.4220825.4246.27
Hex587894291302Ad0192e
Octal13017022451230523203156
Binary10110001111000100101001010011001101010101101000011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587894; }

 p { color: rgb(88,120,148); }

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

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

 a { background-color: rgb(88,120,148); }

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

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

 span { border-color: rgb(88,120,148); }

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