Html Css Color HEX #53778C Jelly Bean

📋 copy color: '#53778C'

red 83 ◦ green 119 ◦ blue 140

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

Shades of Jelly Bean #53778C

Tints of Jelly Bean #53778C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 24.27%
G = 34.8%
B = 40.94%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53778C (or 0x53778C) is known color: Jelly Bean. HEX triplet: 53, 77 and 8C. RGB value is (83,119,140). Sum of RGB (Red+Green+Blue) = 83+119+140=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 140 - color contains mainly: blue. Hex color #53778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53778C is #AC8873. Grayscale: #6E6E6E. Windows color (decimal): -11307124 or 9205587. OLE color: 9205587.

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

Color convert

RGB 83 119 140 -
CMYK 0.41 0.15 0 0.45
HSL 202.11º 0.26% 0.44% -
HSV(B) 202.11º 0.41% 0.55% -
XYZ 14.9 16.93 27.29 -
YUV 110.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 83 119 140 0.41 0.15 0 0.45 202.11 0.26 0.44
Hex 53 77 8C 29 F 0 2D CA 1A 2C
Octal 123 167 214 51 17 0 55 312 32 54
Binary 1010011 1110111 10001100 101001 1111 0 101101 11001010 11010 101100

Color Harmonies of #53778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53778C

Black with #53778C

Text Example


Text Example

White with #53778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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