#426E5C

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

Shades of Stromboli #426E5C

Tints of Stromboli #426E5C

Color information

#426E5C (or 0x426E5C) is unknown color: approx Stromboli. HEX triplet: 42, 6E and 5C. RGB value is (66,110,92). Sum of RGB (Red+Green+Blue) = 66+110+92=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 110 - color contains mainly: green. Hex color #426E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E5C is #BD91A3. Grayscale: #5E5E5E. Windows color (decimal): -12423588 or 6057538. OLE color: 6057538.

HSL color Cylindrical-coordinate representation of color #426E5C: hue angle of 155.45º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #426E5C is Cyan = 0.4, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB6611092-
CMYK0.400.160.57
HSL155.45º25%34.51%-
HSV(B)155.45º40%43.14%-
XYZ9.7513.0812.14-
YUV94.79126.42107.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 110 (43.36% from 255) = 41.04%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=24.63%
G=41.04%
B=34.33%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal66110920.400.160.57155.452534.51
Hex426E5C28010399b1923
Octal10215613450020712333143
Binary1000010110111010111001010000100001110011001101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426E5C; }

 p { color: rgb(66,110,92); }

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

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

 a { background-color: rgb(66,110,92); }

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

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

 span { border-color: rgb(66,110,92); }

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