#425A60

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

Shades of Casal #425A60

Tints of Casal #425A60

Color information

#425A60 (or 0x425A60) is unknown color: approx Casal. HEX triplet: 42, 5A and 60. RGB value is (66,90,96). Sum of RGB (Red+Green+Blue) = 66+90+96=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 90 (35.55% from 255 or 35.71% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #425A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A60 is #BDA59F. Grayscale: #535353. Windows color (decimal): -12428704 or 6314562. OLE color: 6314562.

HSL color Cylindrical-coordinate representation of color #425A60: hue angle of 192º 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 #425A60 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB669096-
CMYK0.310.0600.62
HSL192º18.52%31.76%-
HSV(B)192º31.25%37.65%-
XYZ8.019.3212.44-
YUV83.51135.05115.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 90 (35.55% from 255) = 35.71%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=26.19%
G=35.71%
B=38.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6690960.310.0600.6219218.5231.76
Hex425A601F603Ec01320
Octal1021321403760763002340
Binary1000010101101011000001111111001111101100000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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