#527C96

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

Shades of Jelly Bean #527C96

Tints of Jelly Bean #527C96

Color information

#527C96 (or 0x527C96) is unknown color: approx Jelly Bean. HEX triplet: 52, 7C and 96. RGB value is (82,124,150). Sum of RGB (Red+Green+Blue) = 82+124+150=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #527C96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C96 is #AD8369. Grayscale: #727272. Windows color (decimal): -11371370 or 9862226. OLE color: 9862226.

HSL color Cylindrical-coordinate representation of color #527C96: hue angle of 202.94º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527C96 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82124150-
CMYK0.450.1700.41
HSL202.94º29.31%45.49%-
HSV(B)202.94º45.33%58.82%-
XYZ16.1918.4131.55-
YUV114.41148.09104.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.03%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=23.03%
G=34.83%
B=42.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821241500.450.1700.41202.9429.3145.49
Hex527C962D11029cb1d2d
Octal12217422655210513133555
Binary10100101111100100101101011011000101010011100101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527C96; }

 p { color: rgb(82,124,150); }

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

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

 a { background-color: rgb(82,124,150); }

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

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

 span { border-color: rgb(82,124,150); }

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