Html Css Color HEX #527880 Paradiso

📋 copy color: '#527880'

red 82 ◦ green 120 ◦ blue 128

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

Shades of Paradiso #527880

Tints of Paradiso #527880

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

 BLUE value IS 128 (50.39% from 255) = 38.79%

R = 24.85%
G = 36.36%
B = 38.79%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#527880 (or 0x527880) is known color: Paradiso. HEX triplet: 52, 78 and 80. RGB value is (82,120,128). Sum of RGB (Red+Green+Blue) = 82+120+128=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 128 - color contains mainly: blue. Hex color #527880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527880 is #AD877F. Grayscale: #6D6D6D. Windows color (decimal): -11372416 or 8419410. OLE color: 8419410.

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

Color convert

RGB 82 120 128 -
CMYK 0.36 0.06 0 0.50
HSL 190.43º 0.22% 0.41% -
HSV(B) 190.43º 0.36% 0.5% -
XYZ 14.09 16.79 22.92 -
YUV 109.55 138.41 108.35 -
System Red Green Blue C M Y K H S L
Decimal 82 120 128 0.36 0.06 0 0.50 190.43 0.22 0.41
Hex 52 78 80 24 6 0 32 BE 16 29
Octal 122 170 200 44 6 0 62 276 26 51
Binary 1010010 1111000 10000000 100100 110 0 110010 10111110 10110 101001

Color Harmonies of #527880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527880

Black with #527880

Text Example


Text Example

White with #527880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527880; }

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

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

background-color css

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

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

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

border-color css

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

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

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