#426560

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

Shades of Stromboli #426560

Tints of Stromboli #426560

Color information

#426560 (or 0x426560) is unknown color: approx Stromboli. HEX triplet: 42, 65 and 60. RGB value is (66,101,96). Sum of RGB (Red+Green+Blue) = 66+101+96=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #426560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426560 is #BD9A9F. Grayscale: #595959. Windows color (decimal): -12425888 or 6317378. OLE color: 6317378.

HSL color Cylindrical-coordinate representation of color #426560: hue angle of 171.43º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426560 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB6610196-
CMYK0.3500.050.60
HSL171.43º20.96%32.75%-
HSV(B)171.43º34.65%39.61%-
XYZ9.0111.3112.77-
YUV89.96131.4110.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 96 (37.89% from 255) = 36.50%
R=25.10%
G=38.40%
B=36.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101960.3500.050.60171.4320.9632.75
Hex42656023053Cab1521
Octal1021451404305742532541
Binary10000101100101110000010001101011111001010101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426560; }

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

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

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

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

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

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

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

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