Html Css Color HEX #53778A Jelly Bean

📋 copy color: '#53778A'

red 83 ◦ green 119 ◦ blue 138

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

Shades of Jelly Bean #53778A

Tints of Jelly Bean #53778A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35%

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 24.41%
G = 35%
B = 40.59%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#53778A (or 0x53778A) is known color: Jelly Bean. HEX triplet: 53, 77 and 8A. RGB value is (83,119,138). Sum of RGB (Red+Green+Blue) = 83+119+138=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #53778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53778A is #AC8875. Grayscale: #6E6E6E. Windows color (decimal): -11307126 or 9074515. OLE color: 9074515.

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

Color convert

RGB 83 119 138 -
CMYK 0.40 0.14 0 0.46
HSL 200.73º 0.25% 0.43% -
HSV(B) 200.73º 0.4% 0.54% -
XYZ 14.75 16.87 26.52 -
YUV 110.4 143.57 108.46 -
System Red Green Blue C M Y K H S L
Decimal 83 119 138 0.40 0.14 0 0.46 200.73 0.25 0.43
Hex 53 77 8A 28 E 0 2E C9 19 2B
Octal 123 167 212 50 16 0 56 311 31 53
Binary 1010011 1110111 10001010 101000 1110 0 101110 11001001 11001 101011

Color Harmonies of #53778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53778A

Black with #53778A

Text Example


Text Example

White with #53778A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53778A;
 }
 .AnyTagClassName
 {
   color: #53778A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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