#425F60

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

Shades of Tax Break #425F60

Tints of Tax Break #425F60

Color information

#425F60 (or 0x425F60) is unknown color: approx Tax Break. HEX triplet: 42, 5F and 60. RGB value is (66,95,96). Sum of RGB (Red+Green+Blue) = 66+95+96=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #425F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425F60 is #BDA09F. Grayscale: #565656. Windows color (decimal): -12427424 or 6315842. OLE color: 6315842.

HSL color Cylindrical-coordinate representation of color #425F60: hue angle of 182º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425F60 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB669596-
CMYK0.310.0100.62
HSL182º18.52%31.76%-
HSV(B)182º31.25%37.65%-
XYZ8.4510.1912.59-
YUV86.44133.39113.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=25.68%
G=36.96%
B=37.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6695960.310.0100.6218218.5231.76
Hex425F601F103Eb61320
Octal1021371403710762662340
Binary10000101011111110000011111101111101011011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,95,96); }

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

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

 a { background-color: rgb(66,95,96); }

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

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

 span { border-color: rgb(66,95,96); }

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