#515076

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

Shades of Corn Flower Blue #515076

Tints of Corn Flower Blue #515076

Color information

#515076 (or 0x515076) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 50 and 76. RGB value is (81,80,118). Sum of RGB (Red+Green+Blue) = 81+80+118=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #515076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515076 is #AEAF89. Grayscale: #545454. Windows color (decimal): -11448202 or 7753809. OLE color: 7753809.

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

Color convert

RGB8180118-
CMYK0.310.3200.54
HSL241.58º19.19%38.82%-
HSV(B)241.58º32.2%46.27%-
XYZ9.538.7918.33-
YUV84.63146.83125.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 118 (46.48% from 255) = 42.29%
R=29.03%
G=28.67%
B=42.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81801180.310.3200.54241.5819.1938.82
Hex5150761F20036f21327
Octal12112016637400663622347
Binary1010001101000011101101111110000001101101111001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515076; }

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

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

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

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

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

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

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

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