#527987

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

Shades of Jelly Bean #527987

Tints of Jelly Bean #527987

Color information

#527987 (or 0x527987) is unknown color: approx Jelly Bean. HEX triplet: 52, 79 and 87. RGB value is (82,121,135). Sum of RGB (Red+Green+Blue) = 82+121+135=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #527987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527987 is #AD8678. Grayscale: #6E6E6E. Windows color (decimal): -11372153 or 8878418. OLE color: 8878418.

HSL color Cylindrical-coordinate representation of color #527987: hue angle of 195.85º 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 #527987 is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82121135-
CMYK0.390.1000.47
HSL195.85º24.42%42.55%-
HSV(B)195.85º39.26%52.94%-
XYZ14.6917.2225.47-
YUV110.94141.58107.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 121 (47.66% from 255) = 35.80%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=24.26%
G=35.80%
B=39.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821211350.390.1000.47195.8524.4242.55
Hex52798727A02Fc4182b
Octal12217120747120573043053
Binary1010010111100110000111100111101001011111100010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527987; }

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

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

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

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

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

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

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

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