#455C58

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

Shades of Dark Slate #455C58

Tints of Dark Slate #455C58

Color information

#455C58 (or 0x455C58) is unknown color: approx Dark Slate. HEX triplet: 45, 5C and 58. RGB value is (69,92,88). Sum of RGB (Red+Green+Blue) = 69+92+88=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 92 - color contains mainly: green. Hex color #455C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C58 is #BAA3A7. Grayscale: #545454. Windows color (decimal): -12231592 or 5790789. OLE color: 5790789.

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

Color convert

RGB699288-
CMYK0.2500.040.64
HSL169.57º14.29%31.57%-
HSV(B)169.57º25%36.08%-
XYZ8.049.6210.67-
YUV84.67129.88116.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 92 (36.33% from 255) = 36.95%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=27.71%
G=36.95%
B=35.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992880.2500.040.64169.5714.2931.57
Hex455C58190440aae20
Octal10513413031041002521640
Binary1000101101110010110001100101001000000101010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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