#425A5F

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

Shades of Casal #425A5F

Tints of Casal #425A5F

Color information

#425A5F (or 0x425A5F) is unknown color: approx Casal. HEX triplet: 42, 5A and 5F. RGB value is (66,90,95). Sum of RGB (Red+Green+Blue) = 66+90+95=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 90 (35.55% from 255 or 35.86% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 95 - color contains mainly: blue. Hex color #425A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425A5F is #BDA5A0. Grayscale: #535353. Windows color (decimal): -12428705 or 6249026. OLE color: 6249026.

HSL color Cylindrical-coordinate representation of color #425A5F: hue angle of 190.34º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425A5F is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB669095-
CMYK0.310.0500.63
HSL190.34º18.01%31.57%-
HSV(B)190.34º30.53%37.25%-
XYZ7.979.312.2-
YUV83.39134.55115.59-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.29%
GREEN value IS 90 (35.55% from 255) = 35.86%
BLUE value IS 95 (37.5% from 255) = 37.85%
R=26.29%
G=35.86%
B=37.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6690950.310.0500.63190.3418.0131.57
Hex425A5F1F503Fbe1220
Octal1021321373750772762240
Binary1000010101101010111111111110101111111011111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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