Html Css Color HEX #528089 Paradiso

📋 copy color: '#528089'

red 82 ◦ green 128 ◦ blue 137

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

Shades of Paradiso #528089

Tints of Paradiso #528089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.48%

R = 23.63%
G = 36.89%
B = 39.48%

CMYK

 C value IS 0.40

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#528089 (or 0x528089) is known color: Paradiso. HEX triplet: 52, 80 and 89. RGB value is (82,128,137). Sum of RGB (Red+Green+Blue) = 82+128+137=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #528089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528089 is #AD7F76. Grayscale: #737373. Windows color (decimal): -11370359 or 9011282. OLE color: 9011282.

HSL color Cylindrical-coordinate representation of color #528089: hue angle of 189.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #528089 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 128 137 -
CMYK 0.40 0.07 0 0.46
HSL 189.82º 0.25% 0.43% -
HSV(B) 189.82º 0.4% 0.54% -
XYZ 15.71 19.04 26.51 -
YUV 115.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 82 128 137 0.40 0.07 0 0.46 189.82 0.25 0.43
Hex 52 80 89 28 7 0 2E BE 19 2B
Octal 122 200 211 50 7 0 56 276 31 53
Binary 1010010 10000000 10001001 101000 111 0 101110 10111110 11001 101011

Color Harmonies of #528089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528089

Black with #528089

Text Example


Text Example

White with #528089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528089; }

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

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

background-color css

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

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

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

border-color css

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

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

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