#32555D

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

Shades of Casal #32555D

Tints of Casal #32555D

Color information

#32555D (or 0x32555D) is unknown color: approx Casal. HEX triplet: 32, 55 and 5D. RGB value is (50,85,93). Sum of RGB (Red+Green+Blue) = 50+85+93=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #32555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32555D is #CDAAA2. Grayscale: #4B4B4B. Windows color (decimal): -13478563 or 6116658. OLE color: 6116658.

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

Color convert

RGB508593-
CMYK0.460.0900.64
HSL191.16º30.07%28.04%-
HSV(B)191.16º46.24%36.47%-
XYZ6.547.9711.55-
YUV75.45137.9109.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 85 (33.59% from 255) = 37.28%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=21.93%
G=37.28%
B=40.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5085930.460.0900.64191.1630.0728.04
Hex32555D2E9040bf1e1c
Octal62125135561101002773634
Binary11001010101011011101101110100101000000101111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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