#32545B

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

Shades of Casal #32545B

Tints of Casal #32545B

Color information

#32545B (or 0x32545B) is unknown color: approx Casal. HEX triplet: 32, 54 and 5B. RGB value is (50,84,91). Sum of RGB (Red+Green+Blue) = 50+84+91=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #32545B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32545B is #CDABA4. Grayscale: #4A4A4A. Windows color (decimal): -13478821 or 5985330. OLE color: 5985330.

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

Color convert

RGB508491-
CMYK0.450.0800.64
HSL190.24º29.08%27.65%-
HSV(B)190.24º45.05%35.69%-
XYZ6.377.7711.06-
YUV74.63137.24110.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 91 (35.94% from 255) = 40.44%
R=22.22%
G=37.33%
B=40.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5084910.450.0800.64190.2429.0827.65
Hex32545B2D8040be1d1c
Octal62124133551001002763534
Binary11001010101001011011101101100001000000101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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