#32505B

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

Shades of Casal #32505B

Tints of Casal #32505B

Color information

#32505B (or 0x32505B) is unknown color: approx Casal. HEX triplet: 32, 50 and 5B. RGB value is (50,80,91). Sum of RGB (Red+Green+Blue) = 50+80+91=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #32505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32505B is #CDAFA4. Grayscale: #484848. Windows color (decimal): -13479845 or 5984306. OLE color: 5984306.

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

Color convert

RGB508091-
CMYK0.450.1200.64
HSL196.1º29.08%27.65%-
HSV(B)196.1º45.05%35.69%-
XYZ6.077.1710.96-
YUV72.28138.56112.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=22.62%
G=36.20%
B=41.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5080910.450.1200.64196.129.0827.65
Hex32505B2DC040c41d1c
Octal62120133551401003043534
Binary11001010100001011011101101110001000000110001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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