#455051

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

Shades of Dark Slate #455051

Tints of Dark Slate #455051

Color information

#455051 (or 0x455051) is unknown color: approx Dark Slate. HEX triplet: 45, 50 and 51. RGB value is (69,80,81). Sum of RGB (Red+Green+Blue) = 69+80+81=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #455051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455051 is #BAAFAE. Grayscale: #4C4C4C. Windows color (decimal): -12234671 or 5328965. OLE color: 5328965.

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

Color convert

RGB698081-
CMYK0.150.0100.68
HSL185º8%29.41%-
HSV(B)185º14.81%31.76%-
XYZ6.817.68.89-
YUV76.82130.36122.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 81 (32.03% from 255) = 35.22%
R=30%
G=34.78%
B=35.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6980810.150.0100.68185829.41
Hex455051F1044b981d
Octal10512012117101042711035
Binary100010110100001010001111110100010010111001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455051; }

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

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

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

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

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

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

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

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