#52536F

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

Shades of Corn Flower Blue #52536F

Tints of Corn Flower Blue #52536F

Color information

#52536F (or 0x52536F) is unknown color: approx Corn Flower Blue. HEX triplet: 52, 53 and 6F. RGB value is (82,83,111). Sum of RGB (Red+Green+Blue) = 82+83+111=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 111 - color contains mainly: blue. Hex color #52536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52536F is #ADAC90. Grayscale: #555555. Windows color (decimal): -11381905 or 7295826. OLE color: 7295826.

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

Color convert

RGB8283111-
CMYK0.260.2500.56
HSL237.93º15.03%37.84%-
HSV(B)237.93º26.13%43.53%-
XYZ9.449.1316.3-
YUV85.89142.17125.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=29.71%
G=30.07%
B=40.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82831110.260.2500.56237.9315.0337.84
Hex52536F1A19038eef26
Octal12212315732310703561746
Binary10100101010011110111111010110010111000111011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52536F; }

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

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

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

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

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

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

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

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