#32515B

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

Shades of Casal #32515B

Tints of Casal #32515B

Color information

#32515B (or 0x32515B) is unknown color: approx Casal. HEX triplet: 32, 51 and 5B. RGB value is (50,81,91). Sum of RGB (Red+Green+Blue) = 50+81+91=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #32515B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32515B is #CDAEA4. Grayscale: #484848. Windows color (decimal): -13479589 or 5984562. OLE color: 5984562.

HSL color Cylindrical-coordinate representation of color #32515B: hue angle of 194.63º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #32515B is Cyan = 0.45, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB508191-
CMYK0.450.1100.64
HSL194.63º29.08%27.65%-
HSV(B)194.63º45.05%35.69%-
XYZ6.157.3210.99-
YUV72.87138.23111.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=22.52%
G=36.49%
B=40.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5081910.450.1100.64194.6329.0827.65
Hex32515B2DB040c31d1c
Octal62121133551301003033534
Binary11001010100011011011101101101101000000110000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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