#50506C

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

Shades of Corn Flower Blue #50506C

Tints of Corn Flower Blue #50506C

Color information

#50506C (or 0x50506C) is unknown color: approx Corn Flower Blue. HEX triplet: 50, 50 and 6C. RGB value is (80,80,108). Sum of RGB (Red+Green+Blue) = 80+80+108=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #50506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50506C is #AFAF93. Grayscale: #535353. Windows color (decimal): -11513748 or 7098448. OLE color: 7098448.

HSL color Cylindrical-coordinate representation of color #50506C: hue angle of 240º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50506C is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8080108-
CMYK0.260.2600.58
HSL240º14.89%36.86%-
HSV(B)240º25.93%42.35%-
XYZ8.888.5315.36-
YUV83.19142125.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.85%
GREEN value IS 80 (31.64% from 255) = 29.85%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=29.85%
G=29.85%
B=40.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80801080.260.2600.5824014.8936.86
Hex50506C1A1A03Af0f25
Octal12012015432320723601745
Binary10100001010000110110011010110100111010111100001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,80,108); }

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

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

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

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

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

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

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