#32525B

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

Shades of Casal #32525B

Tints of Casal #32525B

Color information

#32525B (or 0x32525B) is unknown color: approx Casal. HEX triplet: 32, 52 and 5B. RGB value is (50,82,91). Sum of RGB (Red+Green+Blue) = 50+82+91=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #32525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32525B is #CDADA4. Grayscale: #494949. Windows color (decimal): -13479333 or 5984818. OLE color: 5984818.

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

Color convert

RGB508291-
CMYK0.450.1000.64
HSL193.17º29.08%27.65%-
HSV(B)193.17º45.05%35.69%-
XYZ6.227.4711.01-
YUV73.46137.9111.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 82 (32.42% from 255) = 36.77%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=22.42%
G=36.77%
B=40.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5082910.450.1000.64193.1729.0827.65
Hex32525B2DA040c11d1c
Octal62122133551201003013534
Binary11001010100101011011101101101001000000110000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32525B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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