#527E90

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

Shades of Jelly Bean #527E90

Tints of Jelly Bean #527E90

Color information

#527E90 (or 0x527E90) is unknown color: approx Jelly Bean. HEX triplet: 52, 7E and 90. RGB value is (82,126,144). Sum of RGB (Red+Green+Blue) = 82+126+144=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 126 (49.61% from 255 or 35.80% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #527E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527E90 is #AD816F. Grayscale: #727272. Windows color (decimal): -11370864 or 9469522. OLE color: 9469522.

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

Color convert

RGB82126144-
CMYK0.430.1200.44
HSL197.42º27.43%44.31%-
HSV(B)197.42º43.06%56.47%-
XYZ15.9718.7329.16-
YUV114.9144.42104.54-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 126 (49.61% from 255) = 35.80%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=23.30%
G=35.80%
B=40.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821261440.430.1200.44197.4227.4344.31
Hex527E902BC02Cc51b2c
Octal12217622053140543053354
Binary1010010111111010010000101011110001011001100010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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