#425D55

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

Shades of Stromboli #425D55

Tints of Stromboli #425D55

Color information

#425D55 (or 0x425D55) is unknown color: approx Stromboli. HEX triplet: 42, 5D and 55. RGB value is (66,93,85). Sum of RGB (Red+Green+Blue) = 66+93+85=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 93 - color contains mainly: green. Hex color #425D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425D55 is #BDA2AA. Grayscale: #545454. Windows color (decimal): -12427947 or 5594434. OLE color: 5594434.

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

Color convert

RGB669385-
CMYK0.2900.090.64
HSL162.22º16.98%31.18%-
HSV(B)162.22º29.03%36.47%-
XYZ7.89.6410.04-
YUV84.01128.55115.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 85 (33.59% from 255) = 34.84%
R=27.05%
G=38.11%
B=34.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6693850.2900.090.64162.2216.9831.18
Hex425D551D0940a2111f
Octal102135125350111002422137
Binary10000101011101101010111101010011000000101000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,93,85); }

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

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

 a { background-color: rgb(66,93,85); }

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

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

 span { border-color: rgb(66,93,85); }

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