#515273

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

Shades of Corn Flower Blue #515273

Tints of Corn Flower Blue #515273

Color information

#515273 (or 0x515273) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 52 and 73. RGB value is (81,82,115). Sum of RGB (Red+Green+Blue) = 81+82+115=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 115 - color contains mainly: blue. Hex color #515273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515273 is #AEAD8C. Grayscale: #555555. Windows color (decimal): -11447693 or 7557713. OLE color: 7557713.

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

Color convert

RGB8182115-
CMYK0.300.2900.55
HSL238.24º17.35%38.43%-
HSV(B)238.24º29.57%45.1%-
XYZ9.519.0217.46-
YUV85.46144.67124.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 115 (45.31% from 255) = 41.37%
R=29.14%
G=29.50%
B=41.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81821150.300.2900.55238.2417.3538.43
Hex5152731E1D037ee1126
Octal12112216336350673562146
Binary101000110100101110011111101110101101111110111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515273; }

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

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

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

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

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

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

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

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