Html Css Color HEX #52798E Jelly Bean

📋 copy color: '#52798E'

red 82 ◦ green 121 ◦ blue 142

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

Shades of Jelly Bean #52798E

Tints of Jelly Bean #52798E

RGB

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

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

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

R = 23.77%
G = 35.07%
B = 41.16%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#52798E (or 0x52798E) is known color: Jelly Bean. HEX triplet: 52, 79 and 8E. RGB value is (82,121,142). Sum of RGB (Red+Green+Blue) = 82+121+142=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 121 (47.66% from 255 or 35.07% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #52798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52798E is #AD8671. Grayscale: #6F6F6F. Windows color (decimal): -11372146 or 9337170. OLE color: 9337170.

HSL color Cylindrical-coordinate representation of color #52798E: hue angle of 201º 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 #52798E is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 121 142 -
CMYK 0.42 0.15 0 0.44
HSL 201º 0.27% 0.44% -
HSV(B) 201º 0.42% 0.56% -
XYZ 15.2 17.42 28.15 -
YUV 111.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 82 121 142 0.42 0.15 0 0.44 201 0.27 0.44
Hex 52 79 8E 2A F 0 2C C9 1B 2C
Octal 122 171 216 52 17 0 54 311 33 54
Binary 1010010 1111001 10001110 101010 1111 0 101100 11001001 11011 101100

Color Harmonies of #52798E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52798E

Black with #52798E

Text Example


Text Example

White with #52798E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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