#58657F

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

Shades of Kashmir Blue #58657F

Tints of Kashmir Blue #58657F

Color information

#58657F (or 0x58657F) is unknown color: approx Kashmir Blue. HEX triplet: 58, 65 and 7F. RGB value is (88,101,127). Sum of RGB (Red+Green+Blue) = 88+101+127=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #58657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58657F is #A79A80. Grayscale: #636363. Windows color (decimal): -10984065 or 8349016. OLE color: 8349016.

HSL color Cylindrical-coordinate representation of color #58657F: hue angle of 220º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58657F is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB88101127-
CMYK0.310.2000.50
HSL220º18.14%42.16%-
HSV(B)220º30.71%49.8%-
XYZ12.5112.9121.91-
YUV100.08143.19119.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.85%
GREEN value IS 101 (39.84% from 255) = 31.96%
BLUE value IS 127 (50% from 255) = 40.19%
R=27.85%
G=31.96%
B=40.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881011270.310.2000.5022018.1442.16
Hex58657F1F14032dc122a
Octal13014517737240623342252
Binary101100011001011111111111111010001100101101110010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58657F; }

 p { color: rgb(88,101,127); }

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

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

 a { background-color: rgb(88,101,127); }

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

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

 span { border-color: rgb(88,101,127); }

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