#32455B

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

Shades of Madison #32455B

Tints of Madison #32455B

Color information

#32455B (or 0x32455B) is unknown color: approx Madison. HEX triplet: 32, 45 and 5B. RGB value is (50,69,91). Sum of RGB (Red+Green+Blue) = 50+69+91=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #32455B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32455B is #CDBAA4. Grayscale: #414141. Windows color (decimal): -13482661 or 5981490. OLE color: 5981490.

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

Color convert

RGB506991-
CMYK0.450.2400.64
HSL212.2º29.08%27.65%-
HSV(B)212.2º45.05%35.69%-
XYZ5.335.6910.71-
YUV65.83142.21116.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 91 (35.94% from 255) = 43.33%
R=23.81%
G=32.86%
B=43.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5069910.450.2400.64212.229.0827.65
Hex32455B2D18040d41d1c
Octal62105133553001003243534
Binary110010100010110110111011011100001000000110101001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32455B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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