#528483

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

Shades of Paradiso #528483

Tints of Paradiso #528483

Color information

#528483 (or 0x528483) is unknown color: approx Paradiso. HEX triplet: 52, 84 and 83. RGB value is (82,132,131). Sum of RGB (Red+Green+Blue) = 82+132+131=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #528483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528483 is #AD7B7C. Grayscale: #747474. Windows color (decimal): -11369341 or 8619090. OLE color: 8619090.

HSL color Cylindrical-coordinate representation of color #528483: hue angle of 178.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #528483 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB82132131-
CMYK0.3800.010.48
HSL178.8º23.36%41.96%-
HSV(B)178.8º37.88%51.76%-
XYZ15.8319.9424.49-
YUV116.94135.94103.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 131 (51.56% from 255) = 37.97%
R=23.77%
G=38.26%
B=37.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal821321310.3800.010.48178.823.3641.96
Hex528483260130b3172a
Octal1222042034601602632752
Binary10100101000010010000011100110011100001011001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528483; }

 p { color: rgb(82,132,131); }

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

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

 a { background-color: rgb(82,132,131); }

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

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

 span { border-color: rgb(82,132,131); }

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