Html Css Color HEX #52808C Jelly Bean

📋 copy color: '#52808C'

red 82 ◦ green 128 ◦ blue 140

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

Shades of Jelly Bean #52808C

Tints of Jelly Bean #52808C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.57%

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

R = 23.43%
G = 36.57%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#52808C (or 0x52808C) is known color: Jelly Bean. HEX triplet: 52, 80 and 8C. RGB value is (82,128,140). Sum of RGB (Red+Green+Blue) = 82+128+140=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #52808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52808C is #AD7F73. Grayscale: #737373. Windows color (decimal): -11370356 or 9207890. OLE color: 9207890.

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

Color convert

RGB 82 128 140 -
CMYK 0.41 0.09 0 0.45
HSL 192.41º 0.26% 0.44% -
HSV(B) 192.41º 0.41% 0.55% -
XYZ 15.93 19.13 27.66 -
YUV 115.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 82 128 140 0.41 0.09 0 0.45 192.41 0.26 0.44
Hex 52 80 8C 29 9 0 2D C0 1A 2C
Octal 122 200 214 51 11 0 55 300 32 54
Binary 1010010 10000000 10001100 101001 1001 0 101101 11000000 11010 101100

Color Harmonies of #52808C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52808C

Black with #52808C

Text Example


Text Example

White with #52808C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,128,140); }

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

background-color css

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

 a { background-color: rgb(82,128,140); }

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

border-color css

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

 span { border-color: rgb(82,128,140); }

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