#527888

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

Shades of Jelly Bean #527888

Tints of Jelly Bean #527888

Color information

#527888 (or 0x527888) is unknown color: approx Jelly Bean. HEX triplet: 52, 78 and 88. RGB value is (82,120,136). Sum of RGB (Red+Green+Blue) = 82+120+136=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #527888 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527888 is #AD8777. Grayscale: #6E6E6E. Windows color (decimal): -11372408 or 8943698. OLE color: 8943698.

HSL color Cylindrical-coordinate representation of color #527888: hue angle of 197.78º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527888 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB82120136-
CMYK0.400.1200.47
HSL197.78º24.77%42.75%-
HSV(B)197.78º39.71%53.33%-
XYZ14.641725.8-
YUV110.46142.41107.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.26%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=24.26%
G=35.50%
B=40.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal821201360.400.1200.47197.7824.7742.75
Hex52788828C02Fc6192b
Octal12217021050140573063153
Binary1010010111100010001000101000110001011111100011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527888; }

 p { color: rgb(82,120,136); }

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

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

 a { background-color: rgb(82,120,136); }

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

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

 span { border-color: rgb(82,120,136); }

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