#32565D

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

Shades of Casal #32565D

Tints of Casal #32565D

Color information

#32565D (or 0x32565D) is unknown color: approx Casal. HEX triplet: 32, 56 and 5D. RGB value is (50,86,93). Sum of RGB (Red+Green+Blue) = 50+86+93=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 93 - color contains mainly: blue. Hex color #32565D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32565D is #CDA9A2. Grayscale: #4B4B4B. Windows color (decimal): -13478307 or 6116914. OLE color: 6116914.

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

Color convert

RGB508693-
CMYK0.460.0800.64
HSL189.77º30.07%28.04%-
HSV(B)189.77º46.24%36.47%-
XYZ6.628.1211.58-
YUV76.03137.57109.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=21.83%
G=37.55%
B=40.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5086930.460.0800.64189.7730.0728.04
Hex32565D2E8040be1e1c
Octal62126135561001002763634
Binary11001010101101011101101110100001000000101111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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