#527D91

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

Shades of Jelly Bean #527D91

Tints of Jelly Bean #527D91

Color information

#527D91 (or 0x527D91) is unknown color: approx Jelly Bean. HEX triplet: 52, 7D and 91. RGB value is (82,125,145). Sum of RGB (Red+Green+Blue) = 82+125+145=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #527D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527D91 is #AD826E. Grayscale: #727272. Windows color (decimal): -11371119 or 9534802. OLE color: 9534802.

HSL color Cylindrical-coordinate representation of color #527D91: hue angle of 199.05º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527D91 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82125145-
CMYK0.430.1400.43
HSL199.05º27.75%44.51%-
HSV(B)199.05º43.45%56.86%-
XYZ15.9218.5129.52-
YUV114.42145.25104.87-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 125 (49.22% from 255) = 35.51%
BLUE value IS 145 (57.03% from 255) = 41.19%
R=23.30%
G=35.51%
B=41.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821251450.430.1400.43199.0527.7544.51
Hex527D912BE02Bc71c2d
Octal12217522153160533073455
Binary1010010111110110010001101011111001010111100011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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