#527893

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

Shades of Jelly Bean #527893

Tints of Jelly Bean #527893

Color information

#527893 (or 0x527893) is unknown color: approx Jelly Bean. HEX triplet: 52, 78 and 93. RGB value is (82,120,147). Sum of RGB (Red+Green+Blue) = 82+120+147=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #527893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527893 is #AD876C. Grayscale: #6F6F6F. Windows color (decimal): -11372397 or 9664594. OLE color: 9664594.

HSL color Cylindrical-coordinate representation of color #527893: hue angle of 204.92º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527893 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB82120147-
CMYK0.440.1800.42
HSL204.92º28.38%44.9%-
HSV(B)204.92º44.22%57.65%-
XYZ15.4617.3330.13-
YUV111.72147.91106.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=23.50%
G=34.38%
B=42.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal821201470.440.1800.42204.9228.3844.9
Hex5278932C1202Acd1c2d
Octal12217022354220523153455
Binary10100101111000100100111011001001001010101100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527893; }

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

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

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

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

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

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

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

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