#51516f

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

Shades of Corn Flower Blue #51516F

Tints of Corn Flower Blue #51516F

Color information

#51516F (or 0x51516F) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 51 and 6F. RGB value is (81,81,111). Sum of RGB (Red+Green+Blue) = 81+81+111=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 111 - color contains mainly: blue. Hex color #51516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51516F is #AEAE90. Grayscale: #545454. Windows color (decimal): -11447953 or 7295313. OLE color: 7295313.

HSL color Cylindrical-coordinate representation of color #51516F: hue angle of 240º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #51516F is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8181111-
CMYK0.270.2700.56
HSL240º15.62%37.65%-
HSV(B)240º27.03%43.53%-
XYZ9.218.7816.25-
YUV84.42143125.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.67%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 111 (43.75% from 255) = 40.66%
R=29.67%
G=29.67%
B=40.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81811110.270.2700.5624015.6237.65
Hex51516F1B1B038f01026
Octal12112115733330703602046
Binary101000110100011101111110111101101110001111000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51516f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51516f; }

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

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

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

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

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

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

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

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