#50527B

Color #50527B Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #50527B

Tints of Corn Flower Blue #50527B

Color information

#50527B (or 0x50527B) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 52 and 7B. RGB value is (80,82,123). Sum of RGB (Red+Green+Blue) = 80+82+123=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #50527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50527B is #AFAD84. Grayscale: #555555. Windows color (decimal): -11513221 or 8082000. OLE color: 8082000.

HSL color Cylindrical-coordinate representation of color #50527B: hue angle of 237.21º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50527B is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8082123-
CMYK0.350.3300.52
HSL237.21º21.18%39.8%-
HSV(B)237.21º34.96%48.24%-
XYZ9.99.1719.99-
YUV86.08148.84123.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.07%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 123 (48.44% from 255) = 43.16%
R=28.07%
G=28.77%
B=43.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal80821230.350.3300.52237.2121.1839.8
Hex50527B2321034ed1528
Octal12012217343410643552550
Binary10100001010010111101110001110000101101001110110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,82,123); }

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

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

 a { background-color: rgb(80,82,123); }

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

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

 span { border-color: rgb(80,82,123); }

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