Html Css Color HEX #527D81 Paradiso

📋 copy color: '#527D81'

red 82 ◦ green 125 ◦ blue 129

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

Shades of Paradiso #527D81

Tints of Paradiso #527D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.2%

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

R = 24.4%
G = 37.2%
B = 38.39%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#527D81 (or 0x527D81) is known color: Paradiso. HEX triplet: 52, 7D and 81. RGB value is (82,125,129). Sum of RGB (Red+Green+Blue) = 82+125+129=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 125 (49.22% from 255 or 37.20% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 129 - color contains mainly: blue. Hex color #527D81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527D81 is #AD827E. Grayscale: #707070. Windows color (decimal): -11371135 or 8486226. OLE color: 8486226.

HSL color Cylindrical-coordinate representation of color #527D81: hue angle of 185.11º 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 #527D81 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 125 129 -
CMYK 0.36 0.03 0 0.49
HSL 185.11º 0.22% 0.41% -
HSV(B) 185.11º 0.36% 0.51% -
XYZ 14.78 18.05 23.47 -
YUV 112.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 82 125 129 0.36 0.03 0 0.49 185.11 0.22 0.41
Hex 52 7D 81 24 3 0 31 B9 16 29
Octal 122 175 201 44 3 0 61 271 26 51
Binary 1010010 1111101 10000001 100100 11 0 110001 10111001 10110 101001

Color Harmonies of #527D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527D81

Black with #527D81

Text Example


Text Example

White with #527D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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