#32525D

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

Shades of Casal #32525D

Tints of Casal #32525D

Color information

#32525D (or 0x32525D) is unknown color: approx Casal. HEX triplet: 32, 52 and 5D. RGB value is (50,82,93). Sum of RGB (Red+Green+Blue) = 50+82+93=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #32525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32525D is #CDADA2. Grayscale: #494949. Windows color (decimal): -13479331 or 6115890. OLE color: 6115890.

HSL color Cylindrical-coordinate representation of color #32525D: hue angle of 195.35º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32525D is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB508293-
CMYK0.460.1200.64
HSL195.35º30.07%28.04%-
HSV(B)195.35º46.24%36.47%-
XYZ6.317.511.47-
YUV73.69138.9111.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=22.22%
G=36.44%
B=41.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5082930.460.1200.64195.3530.0728.04
Hex32525D2EC040c31e1c
Octal62122135561401003033634
Binary11001010100101011101101110110001000000110000111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32525D; }

 p { color: rgb(50,82,93); }

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

<style>
 a { background-color: #32525D; }

 a { background-color: rgb(50,82,93); }

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

<style>
 span { border-color: #32525D; }

 span { border-color: rgb(50,82,93); }

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