Html Css Color HEX #53798D Jelly Bean

📋 copy color: '#53798D'

red 83 ◦ green 121 ◦ blue 141

#53798D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #53798D

Tints of Jelly Bean #53798D

RGB

 RED value IS 83 (32.81% from 255) = 24.06%

 GREEN value IS 121 (47.66% from 255) = 35.07%

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 24.06%
G = 35.07%
B = 40.87%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53798D (or 0x53798D) is known color: Jelly Bean. HEX triplet: 53, 79 and 8D. RGB value is (83,121,141). Sum of RGB (Red+Green+Blue) = 83+121+141=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #53798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53798D is #AC8672. Grayscale: #6F6F6F. Windows color (decimal): -11306611 or 9271635. OLE color: 9271635.

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

Color convert

RGB 83 121 141 -
CMYK 0.41 0.14 0 0.45
HSL 200.69º 0.26% 0.44% -
HSV(B) 200.69º 0.41% 0.55% -
XYZ 15.21 17.44 27.76 -
YUV 111.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 83 121 141 0.41 0.14 0 0.45 200.69 0.26 0.44
Hex 53 79 8D 29 E 0 2D C9 1A 2C
Octal 123 171 215 51 16 0 55 311 32 54
Binary 1010011 1111001 10001101 101001 1110 0 101101 11001001 11010 101100

Color Harmonies of #53798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53798D

Black with #53798D

Text Example


Text Example

White with #53798D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53798D;
 }
 .AnyTagClassName
 {
   color: #53798D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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