#425A53

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

Shades of Stromboli #425A53

Tints of Stromboli #425A53

Color information

#425A53 (or 0x425A53) is unknown color: approx Stromboli. HEX triplet: 42, 5A and 53. RGB value is (66,90,83). Sum of RGB (Red+Green+Blue) = 66+90+83=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 90 - color contains mainly: green. Hex color #425A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A53 is #BDA5AC. Grayscale: #525252. Windows color (decimal): -12428717 or 5462594. OLE color: 5462594.

HSL color Cylindrical-coordinate representation of color #425A53: hue angle of 162.5º 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 #425A53 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB669083-
CMYK0.2700.080.65
HSL162.5º15.38%30.59%-
HSV(B)162.5º26.67%35.29%-
XYZ7.469.19.55-
YUV82.03128.55116.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=27.62%
G=37.66%
B=34.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6690830.2700.080.65162.515.3830.59
Hex425A531B0841a2f1f
Octal102132123330101012421737
Binary1000010101101010100111101101000100000110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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