#425A54

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

Shades of Stromboli #425A54

Tints of Stromboli #425A54

Color information

#425A54 (or 0x425A54) is unknown color: approx Stromboli. HEX triplet: 42, 5A and 54. RGB value is (66,90,84). Sum of RGB (Red+Green+Blue) = 66+90+84=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 90 - color contains mainly: green. Hex color #425A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A54 is #BDA5AB. Grayscale: #525252. Windows color (decimal): -12428716 or 5528130. OLE color: 5528130.

HSL color Cylindrical-coordinate representation of color #425A54: hue angle of 165º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425A54 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB669084-
CMYK0.2700.070.65
HSL165º15.38%30.59%-
HSV(B)165º26.67%35.29%-
XYZ7.59.119.75-
YUV82.14129.05116.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.5%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 84 (33.20% from 255) = 35%
R=27.5%
G=37.5%
B=35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690840.2700.070.6516515.3830.59
Hex425A541B0741a5f1f
Octal10213212433071012451737
Binary100001010110101010100110110111100000110100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,90,84); }

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

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

 a { background-color: rgb(66,90,84); }

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

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

 span { border-color: rgb(66,90,84); }

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