#527997

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

Shades of Jelly Bean #527997

Tints of Jelly Bean #527997

Color information

#527997 (or 0x527997) is unknown color: approx Jelly Bean. HEX triplet: 52, 79 and 97. RGB value is (82,121,151). Sum of RGB (Red+Green+Blue) = 82+121+151=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #527997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527997 is #AD8668. Grayscale: #707070. Windows color (decimal): -11372137 or 9926994. OLE color: 9926994.

HSL color Cylindrical-coordinate representation of color #527997: hue angle of 206.09º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #527997 is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82121151-
CMYK0.460.2000.41
HSL206.09º29.61%45.69%-
HSV(B)206.09º45.7%59.22%-
XYZ15.917.731.86-
YUV112.76149.58106.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.16%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=23.16%
G=34.18%
B=42.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821211510.460.2000.41206.0929.6145.69
Hex5279972E14029ce1e2e
Octal12217122756240513163656
Binary10100101111001100101111011101010001010011100111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527997; }

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

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

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

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

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

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

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

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