Html Css Color HEX #527C7F Paradiso

📋 copy color: '#527C7F'

red 82 ◦ green 124 ◦ blue 127

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

Shades of Paradiso #527C7F

Tints of Paradiso #527C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.24%

 BLUE value IS 127 (50% from 255) = 38.14%

R = 24.62%
G = 37.24%
B = 38.14%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#527C7F (or 0x527C7F) is known color: Paradiso. HEX triplet: 52, 7C and 7F. RGB value is (82,124,127). Sum of RGB (Red+Green+Blue) = 82+124+127=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 127 - color contains mainly: blue. Hex color #527C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527C7F is #AD8380. Grayscale: #6F6F6F. Windows color (decimal): -11371393 or 8354898. OLE color: 8354898.

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

Color convert

RGB 82 124 127 -
CMYK 0.35 0.02 0 0.50
HSL 184º 0.22% 0.41% -
HSV(B) 184º 0.35% 0.5% -
XYZ 14.52 17.74 22.74 -
YUV 111.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 82 124 127 0.35 0.02 0 0.50 184 0.22 0.41
Hex 52 7C 7F 23 2 0 32 B8 16 29
Octal 122 174 177 43 2 0 62 270 26 51
Binary 1010010 1111100 1111111 100011 10 0 110010 10111000 10110 101001

Color Harmonies of #527C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C7F

Black with #527C7F

Text Example


Text Example

White with #527C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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