Html Css Color HEX #527981 Paradiso

📋 copy color: '#527981'

red 82 ◦ green 121 ◦ blue 129

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

Shades of Paradiso #527981

Tints of Paradiso #527981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.45%

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 24.7%
G = 36.45%
B = 38.86%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#527981 (or 0x527981) is known color: Paradiso. HEX triplet: 52, 79 and 81. RGB value is (82,121,129). Sum of RGB (Red+Green+Blue) = 82+121+129=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 129 - color contains mainly: blue. Hex color #527981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527981 is #AD867E. Grayscale: #6E6E6E. Windows color (decimal): -11372159 or 8485202. OLE color: 8485202.

HSL color Cylindrical-coordinate representation of color #527981: hue angle of 190.21º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #527981 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 121 129 -
CMYK 0.36 0.06 0 0.49
HSL 190.21º 0.22% 0.41% -
HSV(B) 190.21º 0.36% 0.51% -
XYZ 14.28 17.05 23.31 -
YUV 110.25 138.58 107.85 -
System Red Green Blue C M Y K H S L
Decimal 82 121 129 0.36 0.06 0 0.49 190.21 0.22 0.41
Hex 52 79 81 24 6 0 31 BE 16 29
Octal 122 171 201 44 6 0 61 276 26 51
Binary 1010010 1111001 10000001 100100 110 0 110001 10111110 10110 101001

Color Harmonies of #527981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527981

Black with #527981

Text Example


Text Example

White with #527981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527981; }

 p { color: rgb(82,121,129); }

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

background-color css

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

 a { background-color: rgb(82,121,129); }

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

border-color css

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

 span { border-color: rgb(82,121,129); }

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