Html Css Color HEX #514E74 Corn Flower Blue

📋 copy color: '#514E74'

red 81 ◦ green 78 ◦ blue 116

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

Shades of Corn Flower Blue #514E74

Tints of Corn Flower Blue #514E74

RGB

 RED value IS 81 (32.03% from 255) = 29.45%

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

 BLUE value IS 116 (45.7% from 255) = 42.18%

R = 29.45%
G = 28.36%
B = 42.18%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#514E74 (or 0x514E74) is known color: Corn Flower Blue. HEX triplet: 51, 4E and 74. RGB value is (81,78,116). Sum of RGB (Red+Green+Blue) = 81+78+116=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #514E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E74 is #AEB18B. Grayscale: #535353. Windows color (decimal): -11448716 or 7622225. OLE color: 7622225.

HSL color Cylindrical-coordinate representation of color #514E74: hue angle of 244.74º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #514E74 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 78 116 -
CMYK 0.30 0.33 0 0.55
HSL 244.74º 0.2% 0.38% -
HSV(B) 244.74º 0.33% 0.45% -
XYZ 9.27 8.46 17.67 -
YUV 83.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 81 78 116 0.30 0.33 0 0.55 244.74 0.2 0.38
Hex 51 4E 74 1E 21 0 37 F5 14 26
Octal 121 116 164 36 41 0 67 365 24 46
Binary 1010001 1001110 1110100 11110 100001 0 110111 11110101 10100 100110

Color Harmonies of #514E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E74

Black with #514E74

Text Example


Text Example

White with #514E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514E74; }

 p { color: rgb(81,78,116); }

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

background-color css

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

 a { background-color: rgb(81,78,116); }

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

border-color css

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

 span { border-color: rgb(81,78,116); }

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