Html Css Color HEX #505279 Corn Flower Blue

📋 copy color: '#505279'

red 80 ◦ green 82 ◦ blue 121

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

Shades of Corn Flower Blue #505279

Tints of Corn Flower Blue #505279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

 BLUE value IS 121 (47.66% from 255) = 42.76%

R = 28.27%
G = 28.98%
B = 42.76%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#505279 (or 0x505279) is known color: Corn Flower Blue. HEX triplet: 50, 52 and 79. RGB value is (80,82,121). Sum of RGB (Red+Green+Blue) = 80+82+121=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #505279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505279 is #AFAD86. Grayscale: #555555. Windows color (decimal): -11513223 or 7950928. OLE color: 7950928.

HSL color Cylindrical-coordinate representation of color #505279: hue angle of 237.07º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #505279 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 82 121 -
CMYK 0.34 0.32 0 0.53
HSL 237.07º 0.2% 0.39% -
HSV(B) 237.07º 0.34% 0.47% -
XYZ 9.78 9.12 19.33 -
YUV 85.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 80 82 121 0.34 0.32 0 0.53 237.07 0.2 0.39
Hex 50 52 79 22 20 0 35 ED 14 27
Octal 120 122 171 42 40 0 65 355 24 47
Binary 1010000 1010010 1111001 100010 100000 0 110101 11101101 10100 100111

Color Harmonies of #505279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505279

Black with #505279

Text Example


Text Example

White with #505279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505279; }

 p { color: rgb(80,82,121); }

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

background-color css

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

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

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

border-color css

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

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

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