#515170

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

Shades of Corn Flower Blue #515170

Tints of Corn Flower Blue #515170

Color information

#515170 (or 0x515170) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 51 and 70. RGB value is (81,81,112). Sum of RGB (Red+Green+Blue) = 81+81+112=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #515170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515170 is #AEAE8F. Grayscale: #545454. Windows color (decimal): -11447952 or 7360849. OLE color: 7360849.

HSL color Cylindrical-coordinate representation of color #515170: 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.28%. Process color model (Four color, CMYK) of #515170 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8181112-
CMYK0.280.2800.56
HSL240º16.06%37.84%-
HSV(B)240º27.68%43.92%-
XYZ9.268.816.54-
YUV84.53143.5125.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 81 (32.03% from 255) = 29.56%
BLUE value IS 112 (44.14% from 255) = 40.88%
R=29.56%
G=29.56%
B=40.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81811120.280.2800.5624016.0637.84
Hex5151701C1C038f01026
Octal12112116034340703602046
Binary101000110100011110000111001110001110001111000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515170; }

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

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

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

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

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

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

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

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