#58647E

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

Shades of Kashmir Blue #58647E

Tints of Kashmir Blue #58647E

Color information

#58647E (or 0x58647E) is unknown color: approx Kashmir Blue. HEX triplet: 58, 64 and 7E. RGB value is (88,100,126). Sum of RGB (Red+Green+Blue) = 88+100+126=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 126 - color contains mainly: blue. Hex color #58647E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58647E is #A79B81. Grayscale: #636363. Windows color (decimal): -10984322 or 8283224. OLE color: 8283224.

HSL color Cylindrical-coordinate representation of color #58647E: hue angle of 221.05º degrees, saturation: 0.18, 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 #58647E is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB88100126-
CMYK0.300.2100.51
HSL221.05º17.76%41.96%-
HSV(B)221.05º30.16%49.41%-
XYZ12.3512.721.54-
YUV99.38143.02119.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.03%
GREEN value IS 100 (39.45% from 255) = 31.85%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=28.03%
G=31.85%
B=40.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881001260.300.2100.51221.0517.7641.96
Hex58647E1E15033dd122a
Octal13014417636250633352252
Binary101100011001001111110111101010101100111101110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58647E; }

 p { color: rgb(88,100,126); }

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

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

 a { background-color: rgb(88,100,126); }

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

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

 span { border-color: rgb(88,100,126); }

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