Html Css Color HEX #515174 Corn Flower Blue

📋 copy color: '#515174'

red 81 ◦ green 81 ◦ blue 116

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

Shades of Corn Flower Blue #515174

Tints of Corn Flower Blue #515174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.14%

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

R = 29.14%
G = 29.14%
B = 41.73%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#515174 (or 0x515174) is known color: Corn Flower Blue. HEX triplet: 51, 51 and 74. RGB value is (81,81,116). Sum of RGB (Red+Green+Blue) = 81+81+116=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #515174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515174 is #AEAE8B. Grayscale: #545454. Windows color (decimal): -11447948 or 7622993. OLE color: 7622993.

HSL color Cylindrical-coordinate representation of color #515174: hue angle of 240º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #515174 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 81 116 -
CMYK 0.30 0.30 0 0.55
HSL 240º 0.18% 0.39% -
HSV(B) 240º 0.3% 0.45% -
XYZ 9.49 8.9 17.74 -
YUV 84.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 81 81 116 0.30 0.30 0 0.55 240 0.18 0.39
Hex 51 51 74 1E 1E 0 37 F0 12 27
Octal 121 121 164 36 36 0 67 360 22 47
Binary 1010001 1010001 1110100 11110 11110 0 110111 11110000 10010 100111

Color Harmonies of #515174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515174

Black with #515174

Text Example


Text Example

White with #515174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515174; }

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

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

background-color css

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

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

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

border-color css

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

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

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