#32525C

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

Shades of Casal #32525C

Tints of Casal #32525C

Color information

#32525C (or 0x32525C) is unknown color: approx Casal. HEX triplet: 32, 52 and 5C. RGB value is (50,82,92). Sum of RGB (Red+Green+Blue) = 50+82+92=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #32525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32525C is #CDADA3. Grayscale: #494949. Windows color (decimal): -13479332 or 6050354. OLE color: 6050354.

HSL color Cylindrical-coordinate representation of color #32525C: hue angle of 194.29º 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 #32525C is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB508292-
CMYK0.460.1100.64
HSL194.29º29.58%27.84%-
HSV(B)194.29º45.65%36.08%-
XYZ6.267.4911.24-
YUV73.57138.4111.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=22.32%
G=36.61%
B=41.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5082920.460.1100.64194.2929.5827.84
Hex32525C2EB040c21e1c
Octal62122134561301003023634
Binary11001010100101011100101110101101000000110000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32525C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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