#58687F

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

Shades of Kashmir Blue #58687F

Tints of Kashmir Blue #58687F

Color information

#58687F (or 0x58687F) is unknown color: approx Kashmir Blue. HEX triplet: 58, 68 and 7F. RGB value is (88,104,127). Sum of RGB (Red+Green+Blue) = 88+104+127=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #58687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58687F is #A79780. Grayscale: #656565. Windows color (decimal): -10983297 or 8349784. OLE color: 8349784.

HSL color Cylindrical-coordinate representation of color #58687F: hue angle of 215.38º 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 #58687F is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB88104127-
CMYK0.310.1800.50
HSL215.38º18.14%42.16%-
HSV(B)215.38º30.71%49.8%-
XYZ12.8113.5122.01-
YUV101.84142.2118.13-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.59%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 127 (50% from 255) = 39.81%
R=27.59%
G=32.60%
B=39.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881041270.310.1800.50215.3818.1442.16
Hex58687F1F12032d7122a
Octal13015017737220623272252
Binary101100011010001111111111111001001100101101011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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