#515268

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

Shades of Corn Flower Blue #515268

Tints of Corn Flower Blue #515268

Color information

#515268 (or 0x515268) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 52 and 68. RGB value is (81,82,104). Sum of RGB (Red+Green+Blue) = 81+82+104=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 104 - color contains mainly: blue. Hex color #515268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515268 is #AEAD97. Grayscale: #545454. Windows color (decimal): -11447704 or 6836817. OLE color: 6836817.

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

Color convert

RGB8182104-
CMYK0.220.2100.59
HSL237.39º12.43%36.27%-
HSV(B)237.39º22.12%40.78%-
XYZ8.918.7814.32-
YUV84.21139.17125.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 104 (41.02% from 255) = 38.95%
R=30.34%
G=30.71%
B=38.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81821040.220.2100.59237.3912.4336.27
Hex515268161503Bedc24
Octal12112215026250733551444
Binary10100011010010110100010110101010111011111011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515268; }

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

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

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

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

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

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

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

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