#53798B

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

Shades of Jelly Bean #53798B

Tints of Jelly Bean #53798B

Color information

#53798B (or 0x53798B) is unknown color: approx Jelly Bean. HEX triplet: 53, 79 and 8B. RGB value is (83,121,139). Sum of RGB (Red+Green+Blue) = 83+121+139=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #53798B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53798B is #AC8674. Grayscale: #6F6F6F. Windows color (decimal): -11306613 or 9140563. OLE color: 9140563.

HSL color Cylindrical-coordinate representation of color #53798B: hue angle of 199.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53798B is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83121139-
CMYK0.400.1300.45
HSL199.29º25.23%43.53%-
HSV(B)199.29º40.29%54.51%-
XYZ15.0617.3826.99-
YUV111.69143.41107.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.20%
GREEN value IS 121 (47.66% from 255) = 35.28%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=24.20%
G=35.28%
B=40.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831211390.400.1300.45199.2925.2343.53
Hex53798B28D02Dc7192c
Octal12317121350150553073154
Binary1010011111100110001011101000110101011011100011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53798B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53798B; }

 p { color: rgb(83,121,139); }

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

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

 a { background-color: rgb(83,121,139); }

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

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

 span { border-color: rgb(83,121,139); }

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