#426057

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

Shades of Stromboli #426057

Tints of Stromboli #426057

Color information

#426057 (or 0x426057) is unknown color: approx Stromboli. HEX triplet: 42, 60 and 57. RGB value is (66,96,87). Sum of RGB (Red+Green+Blue) = 66+96+87=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 96 (37.89% from 255 or 38.55% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 96 - color contains mainly: green. Hex color #426057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426057 is #BD9FA8. Grayscale: #565656. Windows color (decimal): -12427177 or 5726274. OLE color: 5726274.

HSL color Cylindrical-coordinate representation of color #426057: hue angle of 162º 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 #426057 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB669687-
CMYK0.3100.090.62
HSL162º18.52%31.76%-
HSV(B)162º31.25%37.65%-
XYZ8.1510.2110.56-
YUV86128.56113.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 96 (37.89% from 255) = 38.55%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=26.51%
G=38.55%
B=34.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6696870.3100.090.6216218.5231.76
Hex4260571F093Ea21320
Octal10214012737011762422340
Binary10000101100000101011111111010011111101010001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426057; }

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

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

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

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

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

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

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

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