#527789

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

Shades of Jelly Bean #527789

Tints of Jelly Bean #527789

Color information

#527789 (or 0x527789) is unknown color: approx Jelly Bean. HEX triplet: 52, 77 and 89. RGB value is (82,119,137). Sum of RGB (Red+Green+Blue) = 82+119+137=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #527789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527789 is #AD8876. Grayscale: #6D6D6D. Windows color (decimal): -11372663 or 9008978. OLE color: 9008978.

HSL color Cylindrical-coordinate representation of color #527789: hue angle of 199.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527789 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82119137-
CMYK0.400.1300.46
HSL199.64º25.11%42.94%-
HSV(B)199.64º40.15%53.73%-
XYZ14.5916.7926.14-
YUV109.99143.24108.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 119 (46.88% from 255) = 35.21%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=24.26%
G=35.21%
B=40.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821191370.400.1300.46199.6425.1142.94
Hex52778928D02Ec8192b
Octal12216721150150563103153
Binary1010010111011110001001101000110101011101100100011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527789; }

 p { color: rgb(82,119,137); }

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

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

 a { background-color: rgb(82,119,137); }

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

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

 span { border-color: rgb(82,119,137); }

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