Html Css Color HEX #53788B Jelly Bean

📋 copy color: '#53788B'

red 83 ◦ green 120 ◦ blue 139

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

Shades of Jelly Bean #53788B

Tints of Jelly Bean #53788B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 24.27%
G = 35.09%
B = 40.64%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53788B (or 0x53788B) is known color: Jelly Bean. HEX triplet: 53, 78 and 8B. RGB value is (83,120,139). Sum of RGB (Red+Green+Blue) = 83+120+139=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #53788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53788B is #AC8774. Grayscale: #6E6E6E. Windows color (decimal): -11306869 or 9140307. OLE color: 9140307.

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

Color convert

RGB 83 120 139 -
CMYK 0.40 0.14 0 0.45
HSL 200.36º 0.25% 0.44% -
HSV(B) 200.36º 0.4% 0.55% -
XYZ 14.94 17.14 26.95 -
YUV 111.1 143.74 107.96 -
System Red Green Blue C M Y K H S L
Decimal 83 120 139 0.40 0.14 0 0.45 200.36 0.25 0.44
Hex 53 78 8B 28 E 0 2D C8 19 2C
Octal 123 170 213 50 16 0 55 310 31 54
Binary 1010011 1111000 10001011 101000 1110 0 101101 11001000 11001 101100

Color Harmonies of #53788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53788B

Black with #53788B

Text Example


Text Example

White with #53788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53788B;
 }
 .AnyTagClassName
 {
   color: #53788B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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