#51516A

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

Shades of Corn Flower Blue #51516A

Tints of Corn Flower Blue #51516A

Color information

#51516A (or 0x51516A) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 51 and 6A. RGB value is (81,81,106). Sum of RGB (Red+Green+Blue) = 81+81+106=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #51516A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51516A is #AEAE95. Grayscale: #535353. Windows color (decimal): -11447958 or 6967633. OLE color: 6967633.

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

Color convert

RGB8181106-
CMYK0.240.2400.58
HSL240º13.37%36.67%-
HSV(B)240º23.58%41.57%-
XYZ8.948.6714.84-
YUV83.85140.5125.97-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=30.22%
G=30.22%
B=39.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81811060.240.2400.5824013.3736.67
Hex51516A181803Af0d25
Octal12112115230300723601545
Binary10100011010001110101011000110000111010111100001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51516A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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