#515168

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

Shades of Corn Flower Blue #515168

Tints of Corn Flower Blue #515168

Color information

#515168 (or 0x515168) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 51 and 68. RGB value is (81,81,104). Sum of RGB (Red+Green+Blue) = 81+81+104=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 104 - color contains mainly: blue. Hex color #515168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515168 is #AEAE97. Grayscale: #535353. Windows color (decimal): -11447960 or 6836561. OLE color: 6836561.

HSL color Cylindrical-coordinate representation of color #515168: hue angle of 240º 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 #515168 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8181104-
CMYK0.220.2200.59
HSL240º12.43%36.27%-
HSV(B)240º22.12%40.78%-
XYZ8.838.6314.3-
YUV83.62139.5126.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=30.45%
G=30.45%
B=39.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81811040.220.2200.5924012.4336.27
Hex515168161603Bf0c24
Octal12112115026260733601444
Binary10100011010001110100010110101100111011111100001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515168; }

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

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

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

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

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

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

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

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