Html Css Color HEX #515176 Corn Flower Blue

📋 copy color: '#515176'

red 81 ◦ green 81 ◦ blue 118

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

Shades of Corn Flower Blue #515176

Tints of Corn Flower Blue #515176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 28.93%
G = 28.93%
B = 42.14%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#515176 (or 0x515176) is known color: Corn Flower Blue. HEX triplet: 51, 51 and 76. RGB value is (81,81,118). Sum of RGB (Red+Green+Blue) = 81+81+118=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #515176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515176 is #AEAE89. Grayscale: #555555. Windows color (decimal): -11447946 or 7754065. OLE color: 7754065.

HSL color Cylindrical-coordinate representation of color #515176: hue angle of 240º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #515176 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 81 118 -
CMYK 0.31 0.31 0 0.54
HSL 240º 0.19% 0.39% -
HSV(B) 240º 0.31% 0.46% -
XYZ 9.61 8.94 18.36 -
YUV 85.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 81 81 118 0.31 0.31 0 0.54 240 0.19 0.39
Hex 51 51 76 1F 1F 0 36 F0 13 27
Octal 121 121 166 37 37 0 66 360 23 47
Binary 1010001 1010001 1110110 11111 11111 0 110110 11110000 10011 100111

Color Harmonies of #515176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515176

Black with #515176

Text Example


Text Example

White with #515176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515176; }

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

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

background-color css

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

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

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

border-color css

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

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

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