#51506F

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

Shades of Corn Flower Blue #51506F

Tints of Corn Flower Blue #51506F

Color information

#51506F (or 0x51506F) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 50 and 6F. RGB value is (81,80,111). Sum of RGB (Red+Green+Blue) = 81+80+111=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #51506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51506F is #AEAF90. Grayscale: #535353. Windows color (decimal): -11448209 or 7295057. OLE color: 7295057.

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

Color convert

RGB8180111-
CMYK0.270.2800.56
HSL241.94º16.23%37.45%-
HSV(B)241.94º27.93%43.53%-
XYZ9.138.6316.22-
YUV83.83143.33125.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=29.78%
G=29.41%
B=40.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81801110.270.2800.56241.9416.2337.45
Hex51506F1B1C038f21025
Octal12112015733340703622045
Binary101000110100001101111110111110001110001111001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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