#455B54

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

Shades of Stromboli #455B54

Tints of Stromboli #455B54

Color information

#455B54 (or 0x455B54) is unknown color: approx Stromboli. HEX triplet: 45, 5B and 54. RGB value is (69,91,84). Sum of RGB (Red+Green+Blue) = 69+91+84=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #455B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B54 is #BAA4AB. Grayscale: #535353. Windows color (decimal): -12231852 or 5528389. OLE color: 5528389.

HSL color Cylindrical-coordinate representation of color #455B54: hue angle of 160.91º 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 #455B54 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB699184-
CMYK0.2400.080.64
HSL160.91º13.75%31.37%-
HSV(B)160.91º24.18%35.69%-
XYZ7.89.399.79-
YUV83.62128.21117.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 84 (33.20% from 255) = 34.43%
R=28.28%
G=37.30%
B=34.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6991840.2400.080.64160.9113.7531.37
Hex455B54180840a1e1f
Octal105133124300101002411637
Binary1000101101101110101001100001000100000010100001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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