#53798A

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

Shades of Jelly Bean #53798A

Tints of Jelly Bean #53798A

Color information

#53798A (or 0x53798A) is unknown color: approx Jelly Bean. HEX triplet: 53, 79 and 8A. RGB value is (83,121,138). Sum of RGB (Red+Green+Blue) = 83+121+138=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #53798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53798A is #AC8675. Grayscale: #6F6F6F. Windows color (decimal): -11306614 or 9075027. OLE color: 9075027.

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

Color convert

RGB83121138-
CMYK0.400.1200.46
HSL198.55º24.89%43.33%-
HSV(B)198.55º39.86%54.12%-
XYZ14.9917.3526.6-
YUV111.58142.91107.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.27%
GREEN value IS 121 (47.66% from 255) = 35.38%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=24.27%
G=35.38%
B=40.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831211380.400.1200.46198.5524.8943.33
Hex53798A28C02Ec7192b
Octal12317121250140563073153
Binary1010011111100110001010101000110001011101100011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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