#52808C

Color #52808C Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #52808C

Tints of Jelly Bean #52808C

Color information

#52808C (or 0x52808C) is unknown color: approx 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

RGB82128140-
CMYK0.410.0900.45
HSL192.41º26.13%43.53%-
HSV(B)192.41º41.43%54.9%-
XYZ15.9319.1327.66-
YUV115.61141.76104.02-

RGB Variations

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

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 (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821281400.410.0900.45192.4126.1343.53
Hex52808C29902Dc01a2c
Octal12220021451110553003254
Binary10100101000000010001100101001100101011011100000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>