Html Css Color HEX #53798B Jelly Bean

📋 copy color: '#53798B'

red 83 ◦ green 121 ◦ blue 139

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

Shades of Jelly Bean #53798B

Tints of Jelly Bean #53798B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.52%

R = 24.2%
G = 35.28%
B = 40.52%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53798B (or 0x53798B) is known color: 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

RGB 83 121 139 -
CMYK 0.40 0.13 0 0.45
HSL 199.29º 0.25% 0.44% -
HSV(B) 199.29º 0.4% 0.55% -
XYZ 15.06 17.38 26.99 -
YUV 111.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 83 121 139 0.40 0.13 0 0.45 199.29 0.25 0.44
Hex 53 79 8B 28 D 0 2D C7 19 2C
Octal 123 171 213 50 15 0 55 307 31 54
Binary 1010011 1111001 10001011 101000 1101 0 101101 11000111 11001 101100

Color Harmonies of #53798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53798B

Black with #53798B

Text Example


Text Example

White with #53798B

Text Example


Text Example

HTML Codes & Css Web 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>