Html Css Color HEX #504F67 Corn Flower Blue

📋 copy color: '#504F67'

red 80 ◦ green 79 ◦ blue 103

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

Shades of Corn Flower Blue #504F67

Tints of Corn Flower Blue #504F67

RGB

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

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

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

R = 30.53%
G = 30.15%
B = 39.31%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#504F67 (or 0x504F67) is known color: Corn Flower Blue. HEX triplet: 50, 4F and 67. RGB value is (80,79,103). Sum of RGB (Red+Green+Blue) = 80+79+103=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #504F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504F67 is #AFB098. Grayscale: #515151. Windows color (decimal): -11514009 or 6770512. OLE color: 6770512.

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

Color convert

RGB 80 79 103 -
CMYK 0.22 0.23 0 0.60
HSL 242.5º 0.13% 0.36% -
HSV(B) 242.5º 0.23% 0.4% -
XYZ 8.55 8.28 13.98 -
YUV 82.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 80 79 103 0.22 0.23 0 0.60 242.5 0.13 0.36
Hex 50 4F 67 16 17 0 3C F2 D 24
Octal 120 117 147 26 27 0 74 362 15 44
Binary 1010000 1001111 1100111 10110 10111 0 111100 11110010 1101 100100

Color Harmonies of #504F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F67

Black with #504F67

Text Example


Text Example

White with #504F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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