#527C9A

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

Shades of Jelly Bean #527C9A

Tints of Jelly Bean #527C9A

Color information

#527C9A (or 0x527C9A) is unknown color: approx Jelly Bean. HEX triplet: 52, 7C and 9A. RGB value is (82,124,154). Sum of RGB (Red+Green+Blue) = 82+124+154=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #527C9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527C9A is #AD8365. Grayscale: #727272. Windows color (decimal): -11371366 or 10124370. OLE color: 10124370.

HSL color Cylindrical-coordinate representation of color #527C9A: hue angle of 205º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #527C9A is Cyan = 0.47, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB82124154-
CMYK0.470.1900.40
HSL205º30.51%46.27%-
HSV(B)205º46.75%60.39%-
XYZ16.5218.5433.28-
YUV114.86150.09104.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.78%
GREEN value IS 124 (48.83% from 255) = 34.44%
BLUE value IS 154 (60.55% from 255) = 42.78%
R=22.78%
G=34.44%
B=42.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821241540.470.1900.4020530.5146.27
Hex527C9A2F13028cd1f2e
Octal12217423257230503153756
Binary10100101111100100110101011111001101010001100110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527C9A; }

 p { color: rgb(82,124,154); }

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

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

 a { background-color: rgb(82,124,154); }

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

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

 span { border-color: rgb(82,124,154); }

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