#515075

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

Shades of Corn Flower Blue #515075

Tints of Corn Flower Blue #515075

Color information

#515075 (or 0x515075) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 50 and 75. RGB value is (81,80,117). Sum of RGB (Red+Green+Blue) = 81+80+117=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 117 (46.09% from 255 or 42.09% from 278); Max value from RGB is 117 - color contains mainly: blue. Hex color #515075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515075 is #AEAF8A. Grayscale: #545454. Windows color (decimal): -11448203 or 7688273. OLE color: 7688273.

HSL color Cylindrical-coordinate representation of color #515075: hue angle of 241.62º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #515075 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8180117-
CMYK0.310.3200.54
HSL241.62º18.78%38.63%-
HSV(B)241.62º31.62%45.88%-
XYZ9.478.7718.02-
YUV84.52146.33125.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 117 (46.09% from 255) = 42.09%
R=29.14%
G=28.78%
B=42.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81801170.310.3200.54241.6218.7838.63
Hex5150751F20036f21327
Octal12112016537400663622347
Binary1010001101000011101011111110000001101101111001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515075; }

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

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

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

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

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

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

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

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