#527586

Color #527586 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #527586

Tints of Jelly Bean #527586

Color information

#527586 (or 0x527586) is unknown color: approx Jelly Bean. HEX triplet: 52, 75 and 86. RGB value is (82,117,134). Sum of RGB (Red+Green+Blue) = 82+117+134=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 134 - color contains mainly: blue. Hex color #527586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527586 is #AD8A79. Grayscale: #6C6C6C. Windows color (decimal): -11373178 or 8811858. OLE color: 8811858.

HSL color Cylindrical-coordinate representation of color #527586: hue angle of 199.62º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527586 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82117134-
CMYK0.390.1300.47
HSL199.62º24.07%42.35%-
HSV(B)199.62º38.81%52.55%-
XYZ14.1416.2424.94-
YUV108.47142.4109.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.62%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 134 (52.73% from 255) = 40.24%
R=24.62%
G=35.14%
B=40.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821171340.390.1300.47199.6224.0742.35
Hex52758627D02Fc8182a
Octal12216520647150573103052
Binary1010010111010110000110100111110101011111100100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527586; }

 p { color: rgb(82,117,134); }

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

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

 a { background-color: rgb(82,117,134); }

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

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

 span { border-color: rgb(82,117,134); }

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