#515177

Color #515177 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #515177

Tints of Corn Flower Blue #515177

Color information

#515177 (or 0x515177) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 51 and 77. RGB value is (81,81,119). Sum of RGB (Red+Green+Blue) = 81+81+119=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #515177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515177 is #AEAE88. Grayscale: #555555. Windows color (decimal): -11447945 or 7819601. OLE color: 7819601.

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

Color convert

RGB8181119-
CMYK0.320.3200.53
HSL240º19%39.22%-
HSV(B)240º31.93%46.67%-
XYZ9.678.9718.67-
YUV85.33147124.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 81 (32.03% from 255) = 28.83%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=28.83%
G=28.83%
B=42.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81811190.320.3200.532401939.22
Hex5151772020035f01327
Octal12112116740400653602347
Binary10100011010001111011110000010000001101011111000010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515177; }

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

 H1.HeaderClassName
 {
   color: #515177;
 }
 .AnyTagClassName
 {
   color: #515177;
 }
</style>
background-color css

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

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

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

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

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

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