#32515C

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

Shades of Casal #32515C

Tints of Casal #32515C

Color information

#32515C (or 0x32515C) is unknown color: approx Casal. HEX triplet: 32, 51 and 5C. RGB value is (50,81,92). Sum of RGB (Red+Green+Blue) = 50+81+92=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 92 - color contains mainly: blue. Hex color #32515C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32515C is #CDAEA3. Grayscale: #484848. Windows color (decimal): -13479588 or 6050098. OLE color: 6050098.

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

Color convert

RGB508192-
CMYK0.460.1200.64
HSL195.71º29.58%27.84%-
HSV(B)195.71º45.65%36.08%-
XYZ6.197.3411.21-
YUV72.98138.73111.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=22.42%
G=36.32%
B=41.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5081920.460.1200.64195.7129.5827.84
Hex32515C2EC040c41e1c
Octal62121134561401003043634
Binary11001010100011011100101110110001000000110001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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