#527F90

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

Shades of Jelly Bean #527F90

Tints of Jelly Bean #527F90

Color information

#527F90 (or 0x527F90) is unknown color: approx Jelly Bean. HEX triplet: 52, 7F and 90. RGB value is (82,127,144). Sum of RGB (Red+Green+Blue) = 82+127+144=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #527F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527F90 is #AD806F. Grayscale: #737373. Windows color (decimal): -11370608 or 9469778. OLE color: 9469778.

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

Color convert

RGB82127144-
CMYK0.430.1200.44
HSL196.45º27.43%44.31%-
HSV(B)196.45º43.06%56.47%-
XYZ16.118.9929.2-
YUV115.48144.09104.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 127 (50% from 255) = 35.98%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=23.23%
G=35.98%
B=40.79%

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
Decimal821271440.430.1200.44196.4527.4344.31
Hex527F902BC02Cc41b2c
Octal12217722053140543043354
Binary1010010111111110010000101011110001011001100010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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