#455D5C

Color #455D5C Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #455D5C

Tints of Dark Slate #455D5C

Color information

#455D5C (or 0x455D5C) is unknown color: approx Dark Slate. HEX triplet: 45, 5D and 5C. RGB value is (69,93,92). Sum of RGB (Red+Green+Blue) = 69+93+92=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 93 - color contains mainly: green. Hex color #455D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D5C is #BAA2A3. Grayscale: #555555. Windows color (decimal): -12231332 or 6053189. OLE color: 6053189.

HSL color Cylindrical-coordinate representation of color #455D5C: hue angle of 177.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D5C is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB699392-
CMYK0.2600.010.64
HSL177.5º14.81%31.76%-
HSV(B)177.5º25.81%36.47%-
XYZ8.39.8711.59-
YUV85.71131.55116.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 93 (36.72% from 255) = 36.61%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=27.17%
G=36.61%
B=36.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993920.2600.010.64177.514.8131.76
Hex455D5C1A0140b2f20
Octal10513513432011002621740
Binary10001011011101101110011010011000000101100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455D5C; }

 p { color: rgb(69,93,92); }

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

<style>
 a { background-color: #455D5C; }

 a { background-color: rgb(69,93,92); }

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

<style>
 span { border-color: #455D5C; }

 span { border-color: rgb(69,93,92); }

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