#527887

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

Shades of Jelly Bean #527887

Tints of Jelly Bean #527887

Color information

#527887 (or 0x527887) is unknown color: approx Jelly Bean. HEX triplet: 52, 78 and 87. RGB value is (82,120,135). Sum of RGB (Red+Green+Blue) = 82+120+135=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #527887 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527887 is #AD8778. Grayscale: #6E6E6E. Windows color (decimal): -11372409 or 8878162. OLE color: 8878162.

HSL color Cylindrical-coordinate representation of color #527887: hue angle of 196.98º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527887 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82120135-
CMYK0.390.1100.47
HSL196.98º24.42%42.55%-
HSV(B)196.98º39.26%52.94%-
XYZ14.5716.9825.43-
YUV110.35141.91107.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.33%
GREEN value IS 120 (47.27% from 255) = 35.61%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=24.33%
G=35.61%
B=40.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821201350.390.1100.47196.9824.4242.55
Hex52788727B02Fc5182b
Octal12217020747130573053053
Binary1010010111100010000111100111101101011111100010111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527887; }

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

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

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

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

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

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

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

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