#53788D

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

Shades of Jelly Bean #53788D

Tints of Jelly Bean #53788D

Color information

#53788D (or 0x53788D) is unknown color: approx Jelly Bean. HEX triplet: 53, 78 and 8D. RGB value is (83,120,141). Sum of RGB (Red+Green+Blue) = 83+120+141=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #53788D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53788D is #AC8772. Grayscale: #6F6F6F. Windows color (decimal): -11306867 or 9271379. OLE color: 9271379.

HSL color Cylindrical-coordinate representation of color #53788D: 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 #53788D is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83120141-
CMYK0.410.1500.45
HSL201.72º25.89%43.92%-
HSV(B)201.72º41.13%55.29%-
XYZ15.0917.227.72-
YUV111.33144.74107.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=24.13%
G=34.88%
B=40.99%

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
Decimal831201410.410.1500.45201.7225.8943.92
Hex53788D29F02Dca1a2c
Octal12317021551170553123254
Binary1010011111100010001101101001111101011011100101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53788D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53788D; }

 p { color: rgb(83,120,141); }

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

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

 a { background-color: rgb(83,120,141); }

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

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

 span { border-color: rgb(83,120,141); }

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