#515072

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

Shades of Corn Flower Blue #515072

Tints of Corn Flower Blue #515072

Color information

#515072 (or 0x515072) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 50 and 72. RGB value is (81,80,114). Sum of RGB (Red+Green+Blue) = 81+80+114=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #515072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515072 is #AEAF8D. Grayscale: #545454. Windows color (decimal): -11448206 or 7491665. OLE color: 7491665.

HSL color Cylindrical-coordinate representation of color #515072: hue angle of 241.76º 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 #515072 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8180114-
CMYK0.290.3000.55
HSL241.76º17.53%38.04%-
HSV(B)241.76º29.82%44.71%-
XYZ9.38.717.11-
YUV84.17144.83125.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=29.45%
G=29.09%
B=41.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81801140.290.3000.55241.7617.5338.04
Hex5150721D1E037f21226
Octal12112016235360673622246
Binary101000110100001110010111011111001101111111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515072; }

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

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

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

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

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

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

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

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