#455A54

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

Shades of Stromboli #455A54

Tints of Stromboli #455A54

Color information

#455A54 (or 0x455A54) is unknown color: approx Stromboli. HEX triplet: 45, 5A and 54. RGB value is (69,90,84). Sum of RGB (Red+Green+Blue) = 69+90+84=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 90 - color contains mainly: green. Hex color #455A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A54 is #BAA5AB. Grayscale: #535353. Windows color (decimal): -12232108 or 5528133. OLE color: 5528133.

HSL color Cylindrical-coordinate representation of color #455A54: hue angle of 162.86º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455A54 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB699084-
CMYK0.2300.070.65
HSL162.86º13.21%31.18%-
HSV(B)162.86º23.33%35.29%-
XYZ7.719.229.76-
YUV83.04128.54117.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.40%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 84 (33.20% from 255) = 34.57%
R=28.40%
G=37.04%
B=34.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6990840.2300.070.65162.8613.2131.18
Hex455A54170741a3d1f
Octal10513212427071012431537
Binary100010110110101010100101110111100000110100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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