#58637F

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

Shades of Kashmir Blue #58637F

Tints of Kashmir Blue #58637F

Color information

#58637F (or 0x58637F) is unknown color: approx Kashmir Blue. HEX triplet: 58, 63 and 7F. RGB value is (88,99,127). Sum of RGB (Red+Green+Blue) = 88+99+127=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 127 - color contains mainly: blue. Hex color #58637F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58637F is #A79C80. Grayscale: #626262. Windows color (decimal): -10984577 or 8348504. OLE color: 8348504.

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

Color convert

RGB8899127-
CMYK0.310.2200.50
HSL223.08º18.14%42.16%-
HSV(B)223.08º30.71%49.8%-
XYZ12.3212.5321.85-
YUV98.9143.86120.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 99 (39.06% from 255) = 31.53%
BLUE value IS 127 (50% from 255) = 40.45%
R=28.03%
G=31.53%
B=40.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal88991270.310.2200.50223.0818.1442.16
Hex58637F1F16032df122a
Octal13014317737260623372252
Binary101100011000111111111111111011001100101101111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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