#425B54

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

Shades of Stromboli #425B54

Tints of Stromboli #425B54

Color information

#425B54 (or 0x425B54) is unknown color: approx Stromboli. HEX triplet: 42, 5B and 54. RGB value is (66,91,84). Sum of RGB (Red+Green+Blue) = 66+91+84=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #425B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B54 is #BDA4AB. Grayscale: #525252. Windows color (decimal): -12428460 or 5528386. OLE color: 5528386.

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

Color convert

RGB669184-
CMYK0.2700.080.64
HSL163.2º15.92%30.78%-
HSV(B)163.2º27.47%35.69%-
XYZ7.599.289.78-
YUV82.73128.72116.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.39%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 84 (33.20% from 255) = 34.85%
R=27.39%
G=37.76%
B=34.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6691840.2700.080.64163.215.9230.78
Hex425B541B0840a3101f
Octal102133124330101002432037
Binary10000101011011101010011011010001000000101000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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