#426558

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

Shades of Stromboli #426558

Tints of Stromboli #426558

Color information

#426558 (or 0x426558) is unknown color: approx Stromboli. HEX triplet: 42, 65 and 58. RGB value is (66,101,88). Sum of RGB (Red+Green+Blue) = 66+101+88=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 101 - color contains mainly: green. Hex color #426558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426558 is #BD9AA7. Grayscale: #595959. Windows color (decimal): -12425896 or 5793090. OLE color: 5793090.

HSL color Cylindrical-coordinate representation of color #426558: hue angle of 157.71º 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 #426558 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB6610188-
CMYK0.3500.130.60
HSL157.71º20.96%32.75%-
HSV(B)157.71º34.65%39.61%-
XYZ8.6611.1710.93-
YUV89.05127.4111.56-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 88 (34.77% from 255) = 34.51%
R=25.88%
G=39.61%
B=34.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101880.3500.130.60157.7120.9632.75
Hex426558230D3C9e1521
Octal10214513043015742362541
Binary100001011001011011000100011011011111001001111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426558; }

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

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

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

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

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

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

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

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