Html Css Color HEX #504E67 Corn Flower Blue

📋 copy color: '#504E67'

red 80 ◦ green 78 ◦ blue 103

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

Shades of Corn Flower Blue #504E67

Tints of Corn Flower Blue #504E67

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.89%

 BLUE value IS 103 (40.63% from 255) = 39.46%

R = 30.65%
G = 29.89%
B = 39.46%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#504E67 (or 0x504E67) is known color: Corn Flower Blue. HEX triplet: 50, 4E and 67. RGB value is (80,78,103). Sum of RGB (Red+Green+Blue) = 80+78+103=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 103 - color contains mainly: blue. Hex color #504E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E67 is #AFB198. Grayscale: #515151. Windows color (decimal): -11514265 or 6770256. OLE color: 6770256.

HSL color Cylindrical-coordinate representation of color #504E67: hue angle of 244.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #504E67 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 78 103 -
CMYK 0.22 0.24 0 0.60
HSL 244.8º 0.14% 0.35% -
HSV(B) 244.8º 0.24% 0.4% -
XYZ 8.48 8.13 13.95 -
YUV 81.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 80 78 103 0.22 0.24 0 0.60 244.8 0.14 0.35
Hex 50 4E 67 16 18 0 3C F5 E 23
Octal 120 116 147 26 30 0 74 365 16 43
Binary 1010000 1001110 1100111 10110 11000 0 111100 11110101 1110 100011

Color Harmonies of #504E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504E67

Black with #504E67

Text Example


Text Example

White with #504E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,78,103); }

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

background-color css

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

 a { background-color: rgb(80,78,103); }

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

border-color css

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

 span { border-color: rgb(80,78,103); }

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