Html Css Color HEX #50506E Corn Flower Blue

📋 copy color: '#50506E'

red 80 ◦ green 80 ◦ blue 110

#50506E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Flower Blue #50506E

Tints of Corn Flower Blue #50506E

RGB

 RED value IS 80 (31.64% from 255) = 29.63%

 GREEN value IS 80 (31.64% from 255) = 29.63%

 BLUE value IS 110 (43.36% from 255) = 40.74%

R = 29.63%
G = 29.63%
B = 40.74%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50506E (or 0x50506E) is known color: Corn Flower Blue. HEX triplet: 50, 50 and 6E. RGB value is (80,80,110). Sum of RGB (Red+Green+Blue) = 80+80+110=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 110 - color contains mainly: blue. Hex color #50506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50506E is #AFAF91. Grayscale: #535353. Windows color (decimal): -11513746 or 7229520. OLE color: 7229520.

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

Color convert

RGB 80 80 110 -
CMYK 0.27 0.27 0 0.57
HSL 240º 0.16% 0.37% -
HSV(B) 240º 0.27% 0.43% -
XYZ 8.99 8.57 15.93 -
YUV 83.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 80 80 110 0.27 0.27 0 0.57 240 0.16 0.37
Hex 50 50 6E 1B 1B 0 39 F0 10 25
Octal 120 120 156 33 33 0 71 360 20 45
Binary 1010000 1010000 1101110 11011 11011 0 111001 11110000 10000 100101

Color Harmonies of #50506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50506E

Black with #50506E

Text Example


Text Example

White with #50506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50506E;
 }
 .AnyTagClassName
 {
   color: #50506E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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