#587092

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

Shades of Kashmir Blue #587092

Tints of Kashmir Blue #587092

Color information

#587092 (or 0x587092) is unknown color: approx Kashmir Blue. HEX triplet: 58, 70 and 92. RGB value is (88,112,146). Sum of RGB (Red+Green+Blue) = 88+112+146=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #587092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587092 is #A78F6D. Grayscale: #6C6C6C. Windows color (decimal): -10981230 or 9597016. OLE color: 9597016.

HSL color Cylindrical-coordinate representation of color #587092: hue angle of 215.17º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #587092 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB88112146-
CMYK0.400.2300.43
HSL215.17º24.79%45.88%-
HSV(B)215.17º39.73%57.25%-
XYZ15.0115.7429.44-
YUV108.7149.05113.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 112 (44.14% from 255) = 32.37%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=25.43%
G=32.37%
B=42.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal881121460.400.2300.43215.1724.7945.88
Hex587092281702Bd7192e
Octal13016022250270533273156
Binary10110001110000100100101010001011101010111101011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #587092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #587092; }

 p { color: rgb(88,112,146); }

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

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

 a { background-color: rgb(88,112,146); }

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

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

 span { border-color: rgb(88,112,146); }

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