#515272

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

Shades of Corn Flower Blue #515272

Tints of Corn Flower Blue #515272

Color information

#515272 (or 0x515272) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 52 and 72. RGB value is (81,82,114). Sum of RGB (Red+Green+Blue) = 81+82+114=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #515272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515272 is #AEAD8D. Grayscale: #555555. Windows color (decimal): -11447694 or 7492177. OLE color: 7492177.

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

Color convert

RGB8182114-
CMYK0.290.2800.55
HSL238.18º16.92%38.24%-
HSV(B)238.18º28.95%44.71%-
XYZ9.45917.16-
YUV85.35144.17124.9-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.24%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 114 (44.92% from 255) = 41.16%
R=29.24%
G=29.60%
B=41.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81821140.290.2800.55238.1816.9238.24
Hex5152721D1C037ee1126
Octal12112216235340673562146
Binary101000110100101110010111011110001101111110111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515272; }

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

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

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

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

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

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

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

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