#425C56

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

Shades of Stromboli #425C56

Tints of Stromboli #425C56

Color information

#425C56 (or 0x425C56) is unknown color: approx Stromboli. HEX triplet: 42, 5C and 56. RGB value is (66,92,86). Sum of RGB (Red+Green+Blue) = 66+92+86=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 92 (36.33% from 255 or 37.70% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 92 - color contains mainly: green. Hex color #425C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C56 is #BDA3A9. Grayscale: #535353. Windows color (decimal): -12428202 or 5659714. OLE color: 5659714.

HSL color Cylindrical-coordinate representation of color #425C56: hue angle of 166.15º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C56 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB669286-
CMYK0.2800.070.64
HSL166.15º16.46%30.98%-
HSV(B)166.15º28.26%36.08%-
XYZ7.759.4810.23-
YUV83.54129.39115.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 92 (36.33% from 255) = 37.70%
BLUE value IS 86 (33.98% from 255) = 35.25%
R=27.05%
G=37.70%
B=35.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692860.2800.070.64166.1516.4630.98
Hex425C561C0740a6101f
Octal10213412634071002462037
Binary1000010101110010101101110001111000000101001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425C56; }

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

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

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

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

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

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

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

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