#52516E

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

Shades of Corn Flower Blue #52516E

Tints of Corn Flower Blue #52516E

Color information

#52516E (or 0x52516E) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 51 and 6E. RGB value is (82,81,110). Sum of RGB (Red+Green+Blue) = 82+81+110=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #52516E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52516E is #ADAE91. Grayscale: #545454. Windows color (decimal): -11382418 or 7229778. OLE color: 7229778.

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

Color convert

RGB8281110-
CMYK0.250.2600.57
HSL242.07º15.18%37.45%-
HSV(B)242.07º26.36%43.14%-
XYZ9.248.815.96-
YUV84.6142.33126.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=30.04%
G=29.67%
B=40.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal82811100.250.2600.57242.0715.1837.45
Hex52516E191A039f2f25
Octal12212115631320713621745
Binary10100101010001110111011001110100111001111100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52516E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52516E; }

 p { color: rgb(82,81,110); }

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

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

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

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

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

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

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