#426053

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

Shades of Stromboli #426053

Tints of Stromboli #426053

Color information

#426053 (or 0x426053) is unknown color: approx Stromboli. HEX triplet: 42, 60 and 53. RGB value is (66,96,83). Sum of RGB (Red+Green+Blue) = 66+96+83=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 83 (32.81% from 255 or 33.88% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #426053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426053 is #BD9FAC. Grayscale: #555555. Windows color (decimal): -12427181 or 5464130. OLE color: 5464130.

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

Color convert

RGB669683-
CMYK0.3100.140.62
HSL154º18.52%31.76%-
HSV(B)154º31.25%37.65%-
XYZ7.9910.159.72-
YUV85.55126.56114.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 83 (32.81% from 255) = 33.88%
R=26.94%
G=39.18%
B=33.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696830.3100.140.6215418.5231.76
Hex4260531F0E3E9a1320
Octal10214012337016762322340
Binary10000101100000101001111111011101111101001101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426053; }

 p { color: rgb(66,96,83); }

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

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

 a { background-color: rgb(66,96,83); }

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

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

 span { border-color: rgb(66,96,83); }

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