#456B5C

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

Shades of Stromboli #456B5C

Tints of Stromboli #456B5C

Color information

#456B5C (or 0x456B5C) is unknown color: approx Stromboli. HEX triplet: 45, 6B and 5C. RGB value is (69,107,92). Sum of RGB (Red+Green+Blue) = 69+107+92=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #456B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456B5C is #BA94A3. Grayscale: #5D5D5D. Windows color (decimal): -12227748 or 6056773. OLE color: 6056773.

HSL color Cylindrical-coordinate representation of color #456B5C: hue angle of 156.32º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456B5C is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB6910792-
CMYK0.3600.140.58
HSL156.32º21.59%34.51%-
HSV(B)156.32º35.51%41.96%-
XYZ9.6412.5512.04-
YUV93.93126.91110.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=25.75%
G=39.93%
B=34.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69107920.3600.140.58156.3221.5934.51
Hex456B5C240E3A9c1623
Octal10515313444016722342643
Binary100010111010111011100100100011101110101001110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456B5C; }

 p { color: rgb(69,107,92); }

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

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

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

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

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

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

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