#58657D

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

Shades of Kashmir Blue #58657D

Tints of Kashmir Blue #58657D

Color information

#58657D (or 0x58657D) is unknown color: approx Kashmir Blue. HEX triplet: 58, 65 and 7D. RGB value is (88,101,125). Sum of RGB (Red+Green+Blue) = 88+101+125=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 125 - color contains mainly: blue. Hex color #58657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58657D is #A79A82. Grayscale: #636363. Windows color (decimal): -10984067 or 8217944. OLE color: 8217944.

HSL color Cylindrical-coordinate representation of color #58657D: hue angle of 218.92º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #58657D is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB88101125-
CMYK0.300.1900.51
HSL218.92º17.37%41.76%-
HSV(B)218.92º29.6%49.02%-
XYZ12.3812.8621.23-
YUV99.85142.19119.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 101 (39.84% from 255) = 32.17%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=28.03%
G=32.17%
B=39.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881011250.300.1900.51218.9217.3741.76
Hex58657D1E13033db112a
Octal13014517536230633332152
Binary101100011001011111101111101001101100111101101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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