#58647C

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

Shades of Kashmir Blue #58647C

Tints of Kashmir Blue #58647C

Color information

#58647C (or 0x58647C) is unknown color: approx Kashmir Blue. HEX triplet: 58, 64 and 7C. RGB value is (88,100,124). Sum of RGB (Red+Green+Blue) = 88+100+124=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 124 - color contains mainly: blue. Hex color #58647C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58647C is #A79B83. Grayscale: #636363. Windows color (decimal): -10984324 or 8152152. OLE color: 8152152.

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

Color convert

RGB88100124-
CMYK0.290.1900.51
HSL220º16.98%41.57%-
HSV(B)220º29.03%48.63%-
XYZ12.2212.6420.87-
YUV99.15142.02120.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.21%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=28.21%
G=32.05%
B=39.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal881001240.290.1900.5122016.9841.57
Hex58647C1D13033dc112a
Octal13014417435230633342152
Binary101100011001001111100111011001101100111101110010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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