#50527C

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

Shades of Corn Flower Blue #50527C

Tints of Corn Flower Blue #50527C

Color information

#50527C (or 0x50527C) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 52 and 7C. RGB value is (80,82,124). Sum of RGB (Red+Green+Blue) = 80+82+124=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #50527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50527C is #AFAD83. Grayscale: #565656. Windows color (decimal): -11513220 or 8147536. OLE color: 8147536.

HSL color Cylindrical-coordinate representation of color #50527C: hue angle of 237.27º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #50527C is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8082124-
CMYK0.350.3400.51
HSL237.27º21.57%40%-
HSV(B)237.27º35.48%48.63%-
XYZ9.969.220.32-
YUV86.19149.34123.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 27.97%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=27.97%
G=28.67%
B=43.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal80821240.350.3400.51237.2721.5740
Hex50527C2322033ed1628
Octal12012217443420633552650
Binary10100001010010111110010001110001001100111110110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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