#456055

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

Shades of Stromboli #456055

Tints of Stromboli #456055

Color information

#456055 (or 0x456055) is unknown color: approx Stromboli. HEX triplet: 45, 60 and 55. RGB value is (69,96,85). Sum of RGB (Red+Green+Blue) = 69+96+85=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 96 - color contains mainly: green. Hex color #456055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456055 is #BA9FAA. Grayscale: #565656. Windows color (decimal): -12230571 or 5595205. OLE color: 5595205.

HSL color Cylindrical-coordinate representation of color #456055: hue angle of 155.56º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #456055 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB699685-
CMYK0.2800.110.62
HSL155.56º16.36%32.35%-
HSV(B)155.56º28.12%37.65%-
XYZ8.2810.2910.14-
YUV86.67127.05115.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 85 (33.59% from 255) = 34%
R=27.6%
G=38.4%
B=34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996850.2800.110.62155.5616.3632.35
Hex4560551C0B3E9c1020
Octal10514012534013762342040
Binary10001011100000101010111100010111111101001110010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456055; }

 p { color: rgb(69,96,85); }

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

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

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

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

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

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

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