#527991

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

Shades of Jelly Bean #527991

Tints of Jelly Bean #527991

Color information

#527991 (or 0x527991) is unknown color: approx Jelly Bean. HEX triplet: 52, 79 and 91. RGB value is (82,121,145). Sum of RGB (Red+Green+Blue) = 82+121+145=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 145 - color contains mainly: blue. Hex color #527991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527991 is #AD866E. Grayscale: #6F6F6F. Windows color (decimal): -11372143 or 9533778. OLE color: 9533778.

HSL color Cylindrical-coordinate representation of color #527991: hue angle of 202.86º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527991 is Cyan = 0.43, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82121145-
CMYK0.430.1700.43
HSL202.86º27.75%44.51%-
HSV(B)202.86º43.45%56.86%-
XYZ15.4317.5129.36-
YUV112.08146.58106.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.56%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 145 (57.03% from 255) = 41.67%
R=23.56%
G=34.77%
B=41.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821211450.430.1700.43202.8627.7544.51
Hex5279912B1102Bcb1c2d
Octal12217122153210533133455
Binary10100101111001100100011010111000101010111100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527991; }

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

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

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

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

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

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

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

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