#32535C

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

Shades of Casal #32535C

Tints of Casal #32535C

Color information

#32535C (or 0x32535C) is unknown color: approx Casal. HEX triplet: 32, 53 and 5C. RGB value is (50,83,92). Sum of RGB (Red+Green+Blue) = 50+83+92=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #32535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32535C is #CDACA3. Grayscale: #4A4A4A. Windows color (decimal): -13479076 or 6050610. OLE color: 6050610.

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

Color convert

RGB508392-
CMYK0.460.1000.64
HSL192.86º29.58%27.84%-
HSV(B)192.86º45.65%36.08%-
XYZ6.347.6411.27-
YUV74.16138.07110.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 92 (36.33% from 255) = 40.89%
R=22.22%
G=36.89%
B=40.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5083920.460.1000.64192.8629.5827.84
Hex32535C2EA040c11e1c
Octal62123134561201003013634
Binary11001010100111011100101110101001000000110000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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