#527889

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

Shades of Jelly Bean #527889

Tints of Jelly Bean #527889

Color information

#527889 (or 0x527889) is unknown color: approx Jelly Bean. HEX triplet: 52, 78 and 89. RGB value is (82,120,137). Sum of RGB (Red+Green+Blue) = 82+120+137=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 120 (47.27% from 255 or 35.40% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #527889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527889 is #AD8776. Grayscale: #6E6E6E. Windows color (decimal): -11372407 or 9009234. OLE color: 9009234.

HSL color Cylindrical-coordinate representation of color #527889: hue angle of 198.55º 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 #527889 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB82120137-
CMYK0.400.1200.46
HSL198.55º25.11%42.94%-
HSV(B)198.55º40.15%53.73%-
XYZ14.7117.0326.18-
YUV110.58142.91107.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.19%
GREEN value IS 120 (47.27% from 255) = 35.40%
BLUE value IS 137 (53.91% from 255) = 40.41%
R=24.19%
G=35.40%
B=40.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal821201370.400.1200.46198.5525.1142.94
Hex52788928C02Ec7192b
Octal12217021150140563073153
Binary1010010111100010001001101000110001011101100011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527889; }

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

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

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

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

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

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

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

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