Html Css Color HEX #505173 Corn Flower Blue

📋 copy color: '#505173'

red 80 ◦ green 81 ◦ blue 115

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

Shades of Corn Flower Blue #505173

Tints of Corn Flower Blue #505173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 28.99%
G = 29.35%
B = 41.67%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#505173 (or 0x505173) is known color: Corn Flower Blue. HEX triplet: 50, 51 and 73. RGB value is (80,81,115). Sum of RGB (Red+Green+Blue) = 80+81+115=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #505173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505173 is #AFAE8C. Grayscale: #545454. Windows color (decimal): -11513485 or 7557456. OLE color: 7557456.

HSL color Cylindrical-coordinate representation of color #505173: hue angle of 238.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #505173 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 81 115 -
CMYK 0.30 0.30 0 0.55
HSL 238.29º 0.18% 0.38% -
HSV(B) 238.29º 0.3% 0.45% -
XYZ 9.35 8.83 17.43 -
YUV 84.58 145.17 124.74 -
System Red Green Blue C M Y K H S L
Decimal 80 81 115 0.30 0.30 0 0.55 238.29 0.18 0.38
Hex 50 51 73 1E 1E 0 37 EE 12 26
Octal 120 121 163 36 36 0 67 356 22 46
Binary 1010000 1010001 1110011 11110 11110 0 110111 11101110 10010 100110

Color Harmonies of #505173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505173

Black with #505173

Text Example


Text Example

White with #505173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505173; }

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

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

background-color css

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

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

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

border-color css

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

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

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