Html Css Color HEX #505170 Corn Flower Blue

📋 copy color: '#505170'

red 80 ◦ green 81 ◦ blue 112

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

Shades of Corn Flower Blue #505170

Tints of Corn Flower Blue #505170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.03%

R = 29.3%
G = 29.67%
B = 41.03%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#505170 (or 0x505170) is known color: Corn Flower Blue. HEX triplet: 50, 51 and 70. RGB value is (80,81,112). Sum of RGB (Red+Green+Blue) = 80+81+112=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #505170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #505170 is #AFAE8F. Grayscale: #545454. Windows color (decimal): -11513488 or 7360848. OLE color: 7360848.

HSL color Cylindrical-coordinate representation of color #505170: hue angle of 238.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #505170 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 81 112 -
CMYK 0.29 0.28 0 0.56
HSL 238.13º 0.17% 0.38% -
HSV(B) 238.13º 0.29% 0.44% -
XYZ 9.18 8.76 16.54 -
YUV 84.24 143.67 124.98 -
System Red Green Blue C M Y K H S L
Decimal 80 81 112 0.29 0.28 0 0.56 238.13 0.17 0.38
Hex 50 51 70 1D 1C 0 38 EE 11 26
Octal 120 121 160 35 34 0 70 356 21 46
Binary 1010000 1010001 1110000 11101 11100 0 111000 11101110 10001 100110

Color Harmonies of #505170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505170

Black with #505170

Text Example


Text Example

White with #505170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505170; }

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

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

background-color css

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

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

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

border-color css

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

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

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