#527A91

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

Shades of Jelly Bean #527A91

Tints of Jelly Bean #527A91

Color information

#527A91 (or 0x527A91) is unknown color: approx Jelly Bean. HEX triplet: 52, 7A and 91. RGB value is (82,122,145). Sum of RGB (Red+Green+Blue) = 82+122+145=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #527A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527A91 is #AD856E. Grayscale: #707070. Windows color (decimal): -11371887 or 9534034. OLE color: 9534034.

HSL color Cylindrical-coordinate representation of color #527A91: hue angle of 201.9º 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 #527A91 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB82122145-
CMYK0.430.1600.43
HSL201.9º27.75%44.51%-
HSV(B)201.9º43.45%56.86%-
XYZ15.5517.7629.4-
YUV112.66146.25106.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 145 (57.03% from 255) = 41.55%
R=23.50%
G=34.96%
B=41.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal821221450.430.1600.43201.927.7544.51
Hex527A912B1002Bca1c2d
Octal12217222153200533123455
Binary10100101111010100100011010111000001010111100101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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