#524F71

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

Shades of Corn Flower Blue #524F71

Tints of Corn Flower Blue #524F71

Color information

#524F71 (or 0x524F71) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 4F and 71. RGB value is (82,79,113). Sum of RGB (Red+Green+Blue) = 82+79+113=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #524F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F71 is #ADB08E. Grayscale: #535353. Windows color (decimal): -11382927 or 7425874. OLE color: 7425874.

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

Color convert

RGB8279113-
CMYK0.270.3000.56
HSL245.29º17.71%37.65%-
HSV(B)245.29º30.09%44.31%-
XYZ9.268.5816.79-
YUV83.77144.49126.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.93%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 113 (44.53% from 255) = 41.24%
R=29.93%
G=28.83%
B=41.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82791130.270.3000.56245.2917.7137.65
Hex524F711B1E038f51226
Octal12211716133360703652246
Binary101001010011111110001110111111001110001111010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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