#425C52

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

Shades of Stromboli #425C52

Tints of Stromboli #425C52

Color information

#425C52 (or 0x425C52) is unknown color: approx Stromboli. HEX triplet: 42, 5C and 52. RGB value is (66,92,82). Sum of RGB (Red+Green+Blue) = 66+92+82=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 92 - color contains mainly: green. Hex color #425C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425C52 is #BDA3AD. Grayscale: #535353. Windows color (decimal): -12428206 or 5397570. OLE color: 5397570.

HSL color Cylindrical-coordinate representation of color #425C52: hue angle of 156.92º 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 #425C52 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB669282-
CMYK0.2800.110.64
HSL156.92º16.46%30.98%-
HSV(B)156.92º28.26%36.08%-
XYZ7.69.429.4-
YUV83.09127.39115.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=27.5%
G=38.33%
B=34.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6692820.2800.110.64156.9216.4630.98
Hex425C521C0B409d101f
Octal102134122340131002352037
Binary10000101011100101001011100010111000000100111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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