Html Css Color HEX #50516C Corn Flower Blue

📋 copy color: '#50516C'

red 80 ◦ green 81 ◦ blue 108

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

Shades of Corn Flower Blue #50516C

Tints of Corn Flower Blue #50516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 40.15%

R = 29.74%
G = 30.11%
B = 40.15%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50516C (or 0x50516C) is known color: Corn Flower Blue. HEX triplet: 50, 51 and 6C. RGB value is (80,81,108). Sum of RGB (Red+Green+Blue) = 80+81+108=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #50516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50516C is #AFAE93. Grayscale: #535353. Windows color (decimal): -11513492 or 7098704. OLE color: 7098704.

HSL color Cylindrical-coordinate representation of color #50516C: hue angle of 237.86º 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 #50516C is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 81 108 -
CMYK 0.26 0.25 0 0.58
HSL 237.86º 0.15% 0.37% -
HSV(B) 237.86º 0.26% 0.42% -
XYZ 8.96 8.67 15.39 -
YUV 83.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 80 81 108 0.26 0.25 0 0.58 237.86 0.15 0.37
Hex 50 51 6C 1A 19 0 3A EE F 25
Octal 120 121 154 32 31 0 72 356 17 45
Binary 1010000 1010001 1101100 11010 11001 0 111010 11101110 1111 100101

Color Harmonies of #50516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50516C

Black with #50516C

Text Example


Text Example

White with #50516C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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