#524E71

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

Shades of Corn Flower Blue #524E71

Tints of Corn Flower Blue #524E71

Color information

#524E71 (or 0x524E71) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 4E and 71. RGB value is (82,78,113). Sum of RGB (Red+Green+Blue) = 82+78+113=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #524E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E71 is #ADB18E. Grayscale: #535353. Windows color (decimal): -11383183 or 7425618. OLE color: 7425618.

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

Color convert

RGB8278113-
CMYK0.270.3100.56
HSL246.86º18.32%37.45%-
HSV(B)246.86º30.97%44.31%-
XYZ9.188.4316.77-
YUV83.19144.83127.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=30.04%
G=28.57%
B=41.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82781130.270.3100.56246.8618.3237.45
Hex524E711B1F038f71225
Octal12211616133370703672245
Binary101001010011101110001110111111101110001111011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524E71; }

 p { color: rgb(82,78,113); }

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

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

 a { background-color: rgb(82,78,113); }

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

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

 span { border-color: rgb(82,78,113); }

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