#32555B

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

Shades of Casal #32555B

Tints of Casal #32555B

Color information

#32555B (or 0x32555B) is unknown color: approx Casal. HEX triplet: 32, 55 and 5B. RGB value is (50,85,91). Sum of RGB (Red+Green+Blue) = 50+85+91=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 91 - color contains mainly: blue. Hex color #32555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32555B is #CDAAA4. Grayscale: #4B4B4B. Windows color (decimal): -13478565 or 5985586. OLE color: 5985586.

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

Color convert

RGB508591-
CMYK0.450.0700.64
HSL188.78º29.08%27.65%-
HSV(B)188.78º45.05%35.69%-
XYZ6.457.9311.09-
YUV75.22136.9110.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 91 (35.94% from 255) = 40.27%
R=22.12%
G=37.61%
B=40.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5085910.450.0700.64188.7829.0827.65
Hex32555B2D7040bd1d1c
Octal6212513355701002753534
Binary1100101010101101101110110111101000000101111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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