#455A5A

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

Shades of Dark Slate #455A5A

Tints of Dark Slate #455A5A

Color information

#455A5A (or 0x455A5A) is unknown color: approx Dark Slate. HEX triplet: 45, 5A and 5A. RGB value is (69,90,90). Sum of RGB (Red+Green+Blue) = 69+90+90=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 90 - color contains mainly: green, blue. Hex color #455A5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A5A is #BAA5A5. Grayscale: #535353. Windows color (decimal): -12232102 or 5921349. OLE color: 5921349.

HSL color Cylindrical-coordinate representation of color #455A5A: hue angle of 180º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455A5A is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB699090-
CMYK0.23000.65
HSL180º13.21%31.18%-
HSV(B)180º23.33%35.29%-
XYZ7.969.3211.05-
YUV83.72131.54117.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 90 (35.55% from 255) = 36.14%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=27.71%
G=36.14%
B=36.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990900.23000.6518013.2131.18
Hex455A5A170041b4d1f
Octal10513213227001012641537
Binary1000101101101010110101011100100000110110100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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