#455B5B

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

Shades of Dark Slate #455B5B

Tints of Dark Slate #455B5B

Color information

#455B5B (or 0x455B5B) is unknown color: approx Dark Slate. HEX triplet: 45, 5B and 5B. RGB value is (69,91,91). Sum of RGB (Red+Green+Blue) = 69+91+91=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #455B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B5B is #BAA4A4. Grayscale: #545454. Windows color (decimal): -12231845 or 5987141. OLE color: 5987141.

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

Color convert

RGB699191-
CMYK0.24000.64
HSL180º13.75%31.37%-
HSV(B)180º24.18%35.69%-
XYZ8.089.511.31-
YUV84.42131.71117-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.49%
GREEN value IS 91 (35.94% from 255) = 36.25%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=27.49%
G=36.25%
B=36.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991910.24000.6418013.7531.37
Hex455B5B180040b4e1f
Octal10513313330001002641637
Binary1000101101101110110111100000100000010110100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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