Html Css Color HEX #52778E Jelly Bean

📋 copy color: '#52778E'

red 82 ◦ green 119 ◦ blue 142

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

Shades of Jelly Bean #52778E

Tints of Jelly Bean #52778E

RGB

 RED value IS 82 (32.42% from 255) = 23.91%

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

 BLUE value IS 142 (55.86% from 255) = 41.4%

R = 23.91%
G = 34.69%
B = 41.4%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52778E (or 0x52778E) is known color: Jelly Bean. HEX triplet: 52, 77 and 8E. RGB value is (82,119,142). Sum of RGB (Red+Green+Blue) = 82+119+142=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 142 (55.86% from 255 or 41.40% from 343); Max value from RGB is 142 - color contains mainly: blue. Hex color #52778E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52778E is #AD8871. Grayscale: #6E6E6E. Windows color (decimal): -11372658 or 9336658. OLE color: 9336658.

HSL color Cylindrical-coordinate representation of color #52778E: hue angle of 203º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52778E is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 119 142 -
CMYK 0.42 0.16 0 0.44
HSL 203º 0.27% 0.44% -
HSV(B) 203º 0.42% 0.56% -
XYZ 14.96 16.94 28.07 -
YUV 110.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 82 119 142 0.42 0.16 0 0.44 203 0.27 0.44
Hex 52 77 8E 2A 10 0 2C CB 1B 2C
Octal 122 167 216 52 20 0 54 313 33 54
Binary 1010010 1110111 10001110 101010 10000 0 101100 11001011 11011 101100

Color Harmonies of #52778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52778E

Black with #52778E

Text Example


Text Example

White with #52778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52778E; }

 p { color: rgb(82,119,142); }

 H1.HeaderClassName
 {
   color: #52778E;
 }
 .AnyTagClassName
 {
   color: #52778E;
 }
</style>

background-color css

<style>
 a { background-color: #52778E; }

 a { background-color: rgb(82,119,142); }

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

border-color css

<style>
 span { border-color: #52778E; }

 span { border-color: rgb(82,119,142); }

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