Html Css Color HEX #425F60 Tax Break

📋 copy color: '#425F60'

red 66 ◦ green 95 ◦ blue 96

#425F60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tax Break #425F60

Tints of Tax Break #425F60

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 value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#425F60 (or 0x425F60) is known color: 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

RGB 66 95 96 -
CMYK 0.31 0.01 0 0.62
HSL 182º 0.19% 0.32% -
HSV(B) 182º 0.31% 0.38% -
XYZ 8.45 10.19 12.59 -
YUV 86.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 66 95 96 0.31 0.01 0 0.62 182 0.19 0.32
Hex 42 5F 60 1F 1 0 3E B6 13 20
Octal 102 137 140 37 1 0 76 266 23 40
Binary 1000010 1011111 1100000 11111 1 0 111110 10110110 10011 100000

Color Harmonies of #425F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425F60

Black with #425F60

Text Example


Text Example

White with #425F60

Text Example


Text Example

HTML Codes & Css Web 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>