#52808B

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

Shades of Paradiso #52808B

Tints of Paradiso #52808B

Color information

#52808B (or 0x52808B) is unknown color: approx Paradiso. HEX triplet: 52, 80 and 8B. RGB value is (82,128,139). Sum of RGB (Red+Green+Blue) = 82+128+139=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #52808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52808B is #AD7F74. Grayscale: #737373. Windows color (decimal): -11370357 or 9142354. OLE color: 9142354.

HSL color Cylindrical-coordinate representation of color #52808B: hue angle of 191.58º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52808B is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB82128139-
CMYK0.410.0800.45
HSL191.58º25.79%43.33%-
HSV(B)191.58º41.01%54.51%-
XYZ15.8619.127.28-
YUV115.5141.26104.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 128 (50.39% from 255) = 36.68%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=23.50%
G=36.68%
B=39.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal821281390.410.0800.45191.5825.7943.33
Hex52808B29802Dc01a2b
Octal12220021351100553003253
Binary10100101000000010001011101001100001011011100000011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #52808B;
 }
 .AnyTagClassName
 {
   color: #52808B;
 }
</style>
background-color css

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

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

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

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

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

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