#515073

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

Shades of Corn Flower Blue #515073

Tints of Corn Flower Blue #515073

Color information

#515073 (or 0x515073) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 50 and 73. RGB value is (81,80,115). Sum of RGB (Red+Green+Blue) = 81+80+115=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #515073 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515073 is #AEAF8C. Grayscale: #545454. Windows color (decimal): -11448205 or 7557201. OLE color: 7557201.

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

Color convert

RGB8180115-
CMYK0.300.3000.55
HSL241.71º17.95%38.24%-
HSV(B)241.71º30.43%45.1%-
XYZ9.368.7217.41-
YUV84.29145.33125.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.35%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=29.35%
G=28.99%
B=41.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81801150.300.3000.55241.7117.9538.24
Hex5150731E1E037f21226
Octal12112016336360673622246
Binary101000110100001110011111101111001101111111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515073; }

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

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

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

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

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

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

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

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