#32535D

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

Shades of Casal #32535D

Tints of Casal #32535D

Color information

#32535D (or 0x32535D) is unknown color: approx Casal. HEX triplet: 32, 53 and 5D. RGB value is (50,83,93). Sum of RGB (Red+Green+Blue) = 50+83+93=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #32535D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32535D is #CDACA2. Grayscale: #4A4A4A. Windows color (decimal): -13479075 or 6116146. OLE color: 6116146.

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

Color convert

RGB508393-
CMYK0.460.1100.64
HSL193.95º30.07%28.04%-
HSV(B)193.95º46.24%36.47%-
XYZ6.387.6511.5-
YUV74.27138.57110.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 93 (36.72% from 255) = 41.15%
R=22.12%
G=36.73%
B=41.15%

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
Decimal5083930.460.1100.64193.9530.0728.04
Hex32535D2EB040c21e1c
Octal62123135561301003023634
Binary11001010100111011101101110101101000000110000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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