#455152

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

Shades of Dark Slate #455152

Tints of Dark Slate #455152

Color information

#455152 (or 0x455152) is unknown color: approx Dark Slate. HEX triplet: 45, 51 and 52. RGB value is (69,81,82). Sum of RGB (Red+Green+Blue) = 69+81+82=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 82 - color contains mainly: blue. Hex color #455152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455152 is #BAAEAD. Grayscale: #4D4D4D. Windows color (decimal): -12234414 or 5394757. OLE color: 5394757.

HSL color Cylindrical-coordinate representation of color #455152: hue angle of 184.62º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #455152 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB698182-
CMYK0.160.0100.68
HSL184.62º8.61%29.61%-
HSV(B)184.62º15.85%32.16%-
XYZ6.927.769.12-
YUV77.53130.52121.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 81 (32.03% from 255) = 34.91%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=29.74%
G=34.91%
B=35.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6981820.160.0100.68184.628.6129.61
Hex455152101044b991e
Octal10512112220101042711136
Binary1000101101000110100101000010100010010111001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455152; }

 p { color: rgb(69,81,82); }

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

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

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

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

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

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

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