#525371

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

Shades of Corn Flower Blue #525371

Tints of Corn Flower Blue #525371

Color information

#525371 (or 0x525371) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 53 and 71. RGB value is (82,83,113). Sum of RGB (Red+Green+Blue) = 82+83+113=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 113 - color contains mainly: blue. Hex color #525371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525371 is #ADAC8E. Grayscale: #565656. Windows color (decimal): -11381903 or 7426898. OLE color: 7426898.

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

Color convert

RGB8283113-
CMYK0.270.2700.56
HSL238.06º15.9%38.24%-
HSV(B)238.06º27.43%44.31%-
XYZ9.559.1716.89-
YUV86.12143.17125.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.50%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 113 (44.53% from 255) = 40.65%
R=29.50%
G=29.86%
B=40.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82831130.270.2700.56238.0615.938.24
Hex5253711B1B038ee1026
Octal12212316133330703562046
Binary101001010100111110001110111101101110001110111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #525371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #525371; }

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

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

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

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

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

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

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

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