#527990

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

Shades of Jelly Bean #527990

Tints of Jelly Bean #527990

Color information

#527990 (or 0x527990) is unknown color: approx Jelly Bean. HEX triplet: 52, 79 and 90. RGB value is (82,121,144). Sum of RGB (Red+Green+Blue) = 82+121+144=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #527990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527990 is #AD866F. Grayscale: #6F6F6F. Windows color (decimal): -11372144 or 9468242. OLE color: 9468242.

HSL color Cylindrical-coordinate representation of color #527990: hue angle of 202.26º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #527990 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB82121144-
CMYK0.430.1600.44
HSL202.26º27.43%44.31%-
HSV(B)202.26º43.06%56.47%-
XYZ15.3517.4828.95-
YUV111.96146.08106.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.63%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=23.63%
G=34.87%
B=41.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821211440.430.1600.44202.2627.4344.31
Hex5279902B1002Cca1b2c
Octal12217122053200543123354
Binary10100101111001100100001010111000001011001100101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527990; }

 p { color: rgb(82,121,144); }

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

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

 a { background-color: rgb(82,121,144); }

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

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

 span { border-color: rgb(82,121,144); }

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