#32575D

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

Shades of Casal #32575D

Tints of Casal #32575D

Color information

#32575D (or 0x32575D) is unknown color: approx Casal. HEX triplet: 32, 57 and 5D. RGB value is (50,87,93). Sum of RGB (Red+Green+Blue) = 50+87+93=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #32575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32575D is #CDA8A2. Grayscale: #4C4C4C. Windows color (decimal): -13478051 or 6117170. OLE color: 6117170.

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

Color convert

RGB508793-
CMYK0.460.0600.64
HSL188.37º30.07%28.04%-
HSV(B)188.37º46.24%36.47%-
XYZ6.78.2811.6-
YUV76.62137.24109.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 93 (36.72% from 255) = 40.43%
R=21.74%
G=37.83%
B=40.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5087930.460.0600.64188.3730.0728.04
Hex32575D2E6040bc1e1c
Octal6212713556601002743634
Binary1100101010111101110110111011001000000101111001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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