#515269

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

Shades of Corn Flower Blue #515269

Tints of Corn Flower Blue #515269

Color information

#515269 (or 0x515269) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 52 and 69. RGB value is (81,82,105). Sum of RGB (Red+Green+Blue) = 81+82+105=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #515269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515269 is #AEAD96. Grayscale: #545454. Windows color (decimal): -11447703 or 6902353. OLE color: 6902353.

HSL color Cylindrical-coordinate representation of color #515269: hue angle of 237.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #515269 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8182105-
CMYK0.230.2200.59
HSL237.5º12.9%36.47%-
HSV(B)237.5º22.86%41.18%-
XYZ8.968.814.59-
YUV84.32139.67125.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=30.22%
G=30.60%
B=39.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81821050.230.2200.59237.512.936.47
Hex515269171603Beed24
Octal12112215127260733561544
Binary10100011010010110100110111101100111011111011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515269; }

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

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

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

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

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

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

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

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