#426B5B

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

Shades of Stromboli #426B5B

Tints of Stromboli #426B5B

Color information

#426B5B (or 0x426B5B) is unknown color: approx Stromboli. HEX triplet: 42, 6B and 5B. RGB value is (66,107,91). Sum of RGB (Red+Green+Blue) = 66+107+91=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #426B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B5B is #BD94A4. Grayscale: #5C5C5C. Windows color (decimal): -12424357 or 5991234. OLE color: 5991234.

HSL color Cylindrical-coordinate representation of color #426B5B: hue angle of 156.59º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426B5B is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB6610791-
CMYK0.3800.150.58
HSL156.59º23.7%33.92%-
HSV(B)156.59º38.32%41.96%-
XYZ9.3912.4311.8-
YUV92.92126.92108.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 91 (35.94% from 255) = 34.47%
R=25%
G=40.53%
B=34.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal66107910.3800.150.58156.5923.733.92
Hex426B5B260F3A9d1822
Octal10215313346017722353042
Binary100001011010111011011100110011111110101001110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,107,91); }

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

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

 a { background-color: rgb(66,107,91); }

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

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

 span { border-color: rgb(66,107,91); }

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