Html Css Color HEX #514F6D Corn Flower Blue

📋 copy color: '#514F6D'

red 81 ◦ green 79 ◦ blue 109

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

Shades of Corn Flower Blue #514F6D

Tints of Corn Flower Blue #514F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.52%

R = 30.11%
G = 29.37%
B = 40.52%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#514F6D (or 0x514F6D) is known color: Corn Flower Blue. HEX triplet: 51, 4F and 6D. RGB value is (81,79,109). Sum of RGB (Red+Green+Blue) = 81+79+109=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #514F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F6D is #AEB092. Grayscale: #525252. Windows color (decimal): -11448467 or 7163729. OLE color: 7163729.

HSL color Cylindrical-coordinate representation of color #514F6D: hue angle of 244º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #514F6D is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 81 79 109 -
CMYK 0.26 0.28 0 0.57
HSL 244º 0.16% 0.37% -
HSV(B) 244º 0.28% 0.43% -
XYZ 8.95 8.45 15.63 -
YUV 83.02 142.66 126.56 -
System Red Green Blue C M Y K H S L
Decimal 81 79 109 0.26 0.28 0 0.57 244 0.16 0.37
Hex 51 4F 6D 1A 1C 0 39 F4 10 25
Octal 121 117 155 32 34 0 71 364 20 45
Binary 1010001 1001111 1101101 11010 11100 0 111001 11110100 10000 100101

Color Harmonies of #514F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F6D

Black with #514F6D

Text Example


Text Example

White with #514F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,79,109); }

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

background-color css

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

 a { background-color: rgb(81,79,109); }

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

border-color css

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

 span { border-color: rgb(81,79,109); }

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