Html Css Color HEX #527F82 Paradiso

📋 copy color: '#527F82'

red 82 ◦ green 127 ◦ blue 130

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

Shades of Paradiso #527F82

Tints of Paradiso #527F82

RGB

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

 GREEN value IS 127 (50% from 255) = 37.46%

 BLUE value IS 130 (51.17% from 255) = 38.35%

R = 24.19%
G = 37.46%
B = 38.35%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#527F82 (or 0x527F82) is known color: Paradiso. HEX triplet: 52, 7F and 82. RGB value is (82,127,130). Sum of RGB (Red+Green+Blue) = 82+127+130=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 130 - color contains mainly: blue. Hex color #527F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527F82 is #AD807D. Grayscale: #717171. Windows color (decimal): -11370622 or 8552274. OLE color: 8552274.

HSL color Cylindrical-coordinate representation of color #527F82: hue angle of 183.75º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #527F82 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 127 130 -
CMYK 0.37 0.02 0 0.49
HSL 183.75º 0.23% 0.42% -
HSV(B) 183.75º 0.37% 0.51% -
XYZ 15.1 18.58 23.91 -
YUV 113.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 82 127 130 0.37 0.02 0 0.49 183.75 0.23 0.42
Hex 52 7F 82 25 2 0 31 B8 17 2A
Octal 122 177 202 45 2 0 61 270 27 52
Binary 1010010 1111111 10000010 100101 10 0 110001 10111000 10111 101010

Color Harmonies of #527F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527F82

Black with #527F82

Text Example


Text Example

White with #527F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,127,130); }

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

background-color css

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

 a { background-color: rgb(82,127,130); }

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

border-color css

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

 span { border-color: rgb(82,127,130); }

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