#47595C

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

Shades of Casal #47595C

Tints of Casal #47595C

Color information

#47595C (or 0x47595C) is unknown color: approx Casal. HEX triplet: 47, 59 and 5C. RGB value is (71,89,92). Sum of RGB (Red+Green+Blue) = 71+89+92=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 92 - color contains mainly: blue. Hex color #47595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47595C is #B8A6A3. Grayscale: #535353. Windows color (decimal): -12101284 or 6052167. OLE color: 6052167.

HSL color Cylindrical-coordinate representation of color #47595C: hue angle of 188.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47595C is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB718992-
CMYK0.230.0300.64
HSL188.57º12.88%31.96%-
HSV(B)188.57º22.83%36.08%-
XYZ8.19.2611.48-
YUV83.96132.54118.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.17%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=28.17%
G=35.32%
B=36.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7189920.230.0300.64188.5712.8831.96
Hex47595C173040bdd20
Octal10713113427301002751540
Binary100011110110011011100101111101000000101111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47595C; }

 p { color: rgb(71,89,92); }

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

<style>
 a { background-color: #47595C; }

 a { background-color: rgb(71,89,92); }

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

<style>
 span { border-color: #47595C; }

 span { border-color: rgb(71,89,92); }

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