#527996

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

Shades of Jelly Bean #527996

Tints of Jelly Bean #527996

Color information

#527996 (or 0x527996) is unknown color: approx Jelly Bean. HEX triplet: 52, 79 and 96. RGB value is (82,121,150). Sum of RGB (Red+Green+Blue) = 82+121+150=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #527996 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527996 is #AD8669. Grayscale: #707070. Windows color (decimal): -11372138 or 9861458. OLE color: 9861458.

HSL color Cylindrical-coordinate representation of color #527996: hue angle of 205.59º 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 #527996 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82121150-
CMYK0.450.1900.41
HSL205.59º29.31%45.49%-
HSV(B)205.59º45.33%58.82%-
XYZ15.8217.6731.43-
YUV112.65149.08106.14-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=23.23%
G=34.28%
B=42.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821211500.450.1900.41205.5929.3145.49
Hex5279962D13029ce1d2d
Octal12217122655230513163555
Binary10100101111001100101101011011001101010011100111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527996; }

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

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

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

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

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

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

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

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