Html Css Color HEX #504F70 Corn Flower Blue

📋 copy color: '#504F70'

red 80 ◦ green 79 ◦ blue 112

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

Shades of Corn Flower Blue #504F70

Tints of Corn Flower Blue #504F70

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.15%

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

R = 29.52%
G = 29.15%
B = 41.33%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#504F70 (or 0x504F70) is known color: Corn Flower Blue. HEX triplet: 50, 4F and 70. RGB value is (80,79,112). Sum of RGB (Red+Green+Blue) = 80+79+112=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #504F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F70 is #AFB08F. Grayscale: #525252. Windows color (decimal): -11514000 or 7360336. OLE color: 7360336.

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

Color convert

RGB 80 79 112 -
CMYK 0.29 0.29 0 0.56
HSL 241.82º 0.17% 0.37% -
HSV(B) 241.82º 0.29% 0.44% -
XYZ 9.03 8.47 16.49 -
YUV 83.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 80 79 112 0.29 0.29 0 0.56 241.82 0.17 0.37
Hex 50 4F 70 1D 1D 0 38 F2 11 25
Octal 120 117 160 35 35 0 70 362 21 45
Binary 1010000 1001111 1110000 11101 11101 0 111000 11110010 10001 100101

Color Harmonies of #504F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F70

Black with #504F70

Text Example


Text Example

White with #504F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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