#51516D

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

Shades of Corn Flower Blue #51516D

Tints of Corn Flower Blue #51516D

Color information

#51516D (or 0x51516D) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 51 and 6D. RGB value is (81,81,109). Sum of RGB (Red+Green+Blue) = 81+81+109=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #51516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51516D is #AEAE92. Grayscale: #545454. Windows color (decimal): -11447955 or 7164241. OLE color: 7164241.

HSL color Cylindrical-coordinate representation of color #51516D: hue angle of 240º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51516D is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8181109-
CMYK0.260.2600.57
HSL240º14.74%37.25%-
HSV(B)240º25.69%42.75%-
XYZ9.18.7415.68-
YUV84.19142125.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 81 (32.03% from 255) = 29.89%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=29.89%
G=29.89%
B=40.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81811090.260.2600.5724014.7437.25
Hex51516D1A1A039f0f25
Octal12112115532320713601745
Binary10100011010001110110111010110100111001111100001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51516D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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