#58647F

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

Shades of Kashmir Blue #58647F

Tints of Kashmir Blue #58647F

Color information

#58647F (or 0x58647F) is unknown color: approx Kashmir Blue. HEX triplet: 58, 64 and 7F. RGB value is (88,100,127). Sum of RGB (Red+Green+Blue) = 88+100+127=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 127 - color contains mainly: blue. Hex color #58647F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58647F is #A79B80. Grayscale: #636363. Windows color (decimal): -10984321 or 8348760. OLE color: 8348760.

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

Color convert

RGB88100127-
CMYK0.310.2100.50
HSL221.54º18.14%42.16%-
HSV(B)221.54º30.71%49.8%-
XYZ12.4112.7221.88-
YUV99.49143.52119.8-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.94%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 127 (50% from 255) = 40.32%
R=27.94%
G=31.75%
B=40.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal881001270.310.2100.50221.5418.1442.16
Hex58647F1F15032de122a
Octal13014417737250623362252
Binary101100011001001111111111111010101100101101111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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