#527992

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

Shades of Jelly Bean #527992

Tints of Jelly Bean #527992

Color information

#527992 (or 0x527992) is unknown color: approx Jelly Bean. HEX triplet: 52, 79 and 92. RGB value is (82,121,146). Sum of RGB (Red+Green+Blue) = 82+121+146=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #527992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527992 is #AD866D. Grayscale: #707070. Windows color (decimal): -11372142 or 9599314. OLE color: 9599314.

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

Color convert

RGB82121146-
CMYK0.440.1700.43
HSL203.44º28.07%44.71%-
HSV(B)203.44º43.84%57.25%-
XYZ15.5117.5429.76-
YUV112.19147.08106.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 121 (47.66% from 255) = 34.67%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=23.50%
G=34.67%
B=41.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821211460.440.1700.43203.4428.0744.71
Hex5279922C1102Bcb1c2d
Octal12217122254210533133455
Binary10100101111001100100101011001000101010111100101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527992; }

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

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

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

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

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

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

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

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