#527D96

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

Shades of Jelly Bean #527D96

Tints of Jelly Bean #527D96

Color information

#527D96 (or 0x527D96) is unknown color: approx Jelly Bean. HEX triplet: 52, 7D and 96. RGB value is (82,125,150). Sum of RGB (Red+Green+Blue) = 82+125+150=357 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.97% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #527D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527D96 is #AD8269. Grayscale: #727272. Windows color (decimal): -11371114 or 9862482. OLE color: 9862482.

HSL color Cylindrical-coordinate representation of color #527D96: hue angle of 202.06º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527D96 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB82125150-
CMYK0.450.1700.41
HSL202.06º29.31%45.49%-
HSV(B)202.06º45.33%58.82%-
XYZ16.3218.6631.6-
YUV114.99147.75104.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.97%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=22.97%
G=35.01%
B=42.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821251500.450.1700.41202.0629.3145.49
Hex527D962D11029ca1d2d
Octal12217522655210513123555
Binary10100101111101100101101011011000101010011100101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,125,150); }

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

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

 a { background-color: rgb(82,125,150); }

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

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

 span { border-color: rgb(82,125,150); }

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