#527785

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

Shades of Jelly Bean #527785

Tints of Jelly Bean #527785

Color information

#527785 (or 0x527785) is unknown color: approx Jelly Bean. HEX triplet: 52, 77 and 85. RGB value is (82,119,133). Sum of RGB (Red+Green+Blue) = 82+119+133=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 133 - color contains mainly: blue. Hex color #527785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527785 is #AD887A. Grayscale: #6D6D6D. Windows color (decimal): -11372667 or 8746834. OLE color: 8746834.

HSL color Cylindrical-coordinate representation of color #527785: hue angle of 196.47º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527785 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB82119133-
CMYK0.380.1100.48
HSL196.47º23.72%42.16%-
HSV(B)196.47º38.35%52.16%-
XYZ14.3116.6824.66-
YUV109.53141.24108.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.55%
GREEN value IS 119 (46.88% from 255) = 35.63%
BLUE value IS 133 (52.34% from 255) = 39.82%
R=24.55%
G=35.63%
B=39.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821191330.380.1100.48196.4723.7242.16
Hex52778526B030c4182a
Octal12216720546130603043052
Binary1010010111011110000101100110101101100001100010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527785; }

 p { color: rgb(82,119,133); }

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

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

 a { background-color: rgb(82,119,133); }

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

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

 span { border-color: rgb(82,119,133); }

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