#455F5B

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

Shades of Dark Slate #455F5B

Tints of Dark Slate #455F5B

Color information

#455F5B (or 0x455F5B) is unknown color: approx Dark Slate. HEX triplet: 45, 5F and 5B. RGB value is (69,95,91). Sum of RGB (Red+Green+Blue) = 69+95+91=255 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.06% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 95 - color contains mainly: green. Hex color #455F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F5B is #BAA0A4. Grayscale: #565656. Windows color (decimal): -12230821 or 5988165. OLE color: 5988165.

HSL color Cylindrical-coordinate representation of color #455F5B: hue angle of 170.77º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455F5B is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.63.

Color convert

RGB699591-
CMYK0.2700.040.63
HSL170.77º15.85%32.16%-
HSV(B)170.77º27.37%37.25%-
XYZ8.4310.211.42-
YUV86.77130.39115.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.06%
GREEN value IS 95 (37.5% from 255) = 37.25%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=27.06%
G=37.25%
B=35.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6995910.2700.040.63170.7715.8532.16
Hex455F5B1B043Fab1020
Octal1051371333304772532040
Binary1000101101111110110111101101001111111010101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,95,91); }

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

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

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

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

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

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

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