Html Css Color HEX #50516D Corn Flower Blue

📋 copy color: '#50516D'

red 80 ◦ green 81 ◦ blue 109

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

Shades of Corn Flower Blue #50516D

Tints of Corn Flower Blue #50516D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30%

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 29.63%
G = 30%
B = 40.37%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50516D (or 0x50516D) is known color: Corn Flower Blue. HEX triplet: 50, 51 and 6D. RGB value is (80,81,109). Sum of RGB (Red+Green+Blue) = 80+81+109=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 109 - color contains mainly: blue. Hex color #50516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50516D is #AFAE92. Grayscale: #535353. Windows color (decimal): -11513491 or 7164240. OLE color: 7164240.

HSL color Cylindrical-coordinate representation of color #50516D: hue angle of 237.93º degrees, saturation: 0.15, 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 #50516D is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 81 109 -
CMYK 0.27 0.26 0 0.57
HSL 237.93º 0.15% 0.37% -
HSV(B) 237.93º 0.27% 0.43% -
XYZ 9.01 8.69 15.67 -
YUV 83.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 80 81 109 0.27 0.26 0 0.57 237.93 0.15 0.37
Hex 50 51 6D 1B 1A 0 39 EE F 25
Octal 120 121 155 33 32 0 71 356 17 45
Binary 1010000 1010001 1101101 11011 11010 0 111001 11101110 1111 100101

Color Harmonies of #50516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50516D

Black with #50516D

Text Example


Text Example

White with #50516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50516D; }

 p { color: rgb(80,81,109); }

 H1.HeaderClassName
 {
   color: #50516D;
 }
 .AnyTagClassName
 {
   color: #50516D;
 }
</style>

background-color css

<style>
 a { background-color: #50516D; }

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

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

border-color css

<style>
 span { border-color: #50516D; }

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

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