#455C5A

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

Shades of Dark Slate #455C5A

Tints of Dark Slate #455C5A

Color information

#455C5A (or 0x455C5A) is unknown color: approx Dark Slate. HEX triplet: 45, 5C and 5A. RGB value is (69,92,90). Sum of RGB (Red+Green+Blue) = 69+92+90=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #455C5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C5A is #BAA3A5. Grayscale: #545454. Windows color (decimal): -12231590 or 5921861. OLE color: 5921861.

HSL color Cylindrical-coordinate representation of color #455C5A: hue angle of 174.78º 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 #455C5A is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB699290-
CMYK0.2500.020.64
HSL174.78º14.29%31.57%-
HSV(B)174.78º25%36.08%-
XYZ8.139.6611.11-
YUV84.9130.88116.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 92 (36.33% from 255) = 36.65%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=27.49%
G=36.65%
B=35.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992900.2500.020.64174.7814.2931.57
Hex455C5A190240afe20
Octal10513413231021002571640
Binary100010110111001011010110010101000000101011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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