#52778C

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

Shades of Jelly Bean #52778C

Tints of Jelly Bean #52778C

Color information

#52778C (or 0x52778C) is unknown color: approx Jelly Bean. HEX triplet: 52, 77 and 8C. RGB value is (82,119,140). Sum of RGB (Red+Green+Blue) = 82+119+140=341 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.05% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #52778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52778C is #AD8873. Grayscale: #6E6E6E. Windows color (decimal): -11372660 or 9205586. OLE color: 9205586.

HSL color Cylindrical-coordinate representation of color #52778C: hue angle of 201.72º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52778C is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB82119140-
CMYK0.410.1500.45
HSL201.72º26.13%43.53%-
HSV(B)201.72º41.43%54.9%-
XYZ14.8116.8827.29-
YUV110.33144.74107.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.05%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=24.05%
G=34.90%
B=41.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821191400.410.1500.45201.7226.1343.53
Hex52778C29F02Dca1a2c
Octal12216721451170553123254
Binary1010010111011110001100101001111101011011100101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52778C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52778C; }

 p { color: rgb(82,119,140); }

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

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

 a { background-color: rgb(82,119,140); }

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

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

 span { border-color: rgb(82,119,140); }

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