#32535E

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

Shades of Casal #32535E

Tints of Casal #32535E

Color information

#32535E (or 0x32535E) is unknown color: approx Casal. HEX triplet: 32, 53 and 5E. RGB value is (50,83,94). Sum of RGB (Red+Green+Blue) = 50+83+94=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 94 - color contains mainly: blue. Hex color #32535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32535E is #CDACA1. Grayscale: #4A4A4A. Windows color (decimal): -13479074 or 6181682. OLE color: 6181682.

HSL color Cylindrical-coordinate representation of color #32535E: hue angle of 195º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32535E is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB508394-
CMYK0.470.1200.63
HSL195º30.56%28.24%-
HSV(B)195º46.81%36.86%-
XYZ6.437.6711.73-
YUV74.39139.07110.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=22.03%
G=36.56%
B=41.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5083940.470.1200.6319530.5628.24
Hex32535E2FC03Fc31f1c
Octal6212313657140773033734
Binary1100101010011101111010111111000111111110000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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