#425B5F

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

Shades of Casal #425B5F

Tints of Casal #425B5F

Color information

#425B5F (or 0x425B5F) is unknown color: approx Casal. HEX triplet: 42, 5B and 5F. RGB value is (66,91,95). Sum of RGB (Red+Green+Blue) = 66+91+95=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 95 (37.5% from 255 or 37.70% from 252); Max value from RGB is 95 - color contains mainly: blue. Hex color #425B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B5F is #BDA4A0. Grayscale: #535353. Windows color (decimal): -12428449 or 6249282. OLE color: 6249282.

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

Color convert

RGB669195-
CMYK0.310.0400.63
HSL188.28º18.01%31.57%-
HSV(B)188.28º30.53%37.25%-
XYZ8.059.4712.23-
YUV83.98134.22115.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.19%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 95 (37.5% from 255) = 37.70%
R=26.19%
G=36.11%
B=37.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6691950.310.0400.63188.2818.0131.57
Hex425B5F1F403Fbc1220
Octal1021331373740772742240
Binary1000010101101110111111111110001111111011110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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