#51506C

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

Shades of Corn Flower Blue #51506C

Tints of Corn Flower Blue #51506C

Color information

#51506C (or 0x51506C) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 50 and 6C. RGB value is (81,80,108). Sum of RGB (Red+Green+Blue) = 81+80+108=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #51506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51506C is #AEAF93. Grayscale: #535353. Windows color (decimal): -11448212 or 7098449. OLE color: 7098449.

HSL color Cylindrical-coordinate representation of color #51506C: hue angle of 242.14º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #51506C is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8180108-
CMYK0.250.2600.58
HSL242.14º14.89%36.86%-
HSV(B)242.14º25.93%42.35%-
XYZ8.978.5715.37-
YUV83.49141.83126.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=30.11%
G=29.74%
B=40.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81801080.250.2600.58242.1414.8936.86
Hex51506C191A03Af2f25
Octal12112015431320723621745
Binary10100011010000110110011001110100111010111100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51506C; }

 p { color: rgb(81,80,108); }

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

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

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

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

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

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

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