Html Css Color HEX #527A7F Paradiso

📋 copy color: '#527A7F'

red 82 ◦ green 122 ◦ blue 127

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

Shades of Paradiso #527A7F

Tints of Paradiso #527A7F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.86%

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

R = 24.77%
G = 36.86%
B = 38.37%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#527A7F (or 0x527A7F) is known color: Paradiso. HEX triplet: 52, 7A and 7F. RGB value is (82,122,127). Sum of RGB (Red+Green+Blue) = 82+122+127=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 127 - color contains mainly: blue. Hex color #527A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #527A7F is #AD8580. Grayscale: #6E6E6E. Windows color (decimal): -11371905 or 8354386. OLE color: 8354386.

HSL color Cylindrical-coordinate representation of color #527A7F: hue angle of 186.67º 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 #527A7F is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 122 127 -
CMYK 0.35 0.04 0 0.50
HSL 186.67º 0.22% 0.41% -
HSV(B) 186.67º 0.35% 0.5% -
XYZ 14.27 17.25 22.66 -
YUV 110.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 82 122 127 0.35 0.04 0 0.50 186.67 0.22 0.41
Hex 52 7A 7F 23 4 0 32 BB 16 29
Octal 122 172 177 43 4 0 62 273 26 51
Binary 1010010 1111010 1111111 100011 100 0 110010 10111011 10110 101001

Color Harmonies of #527A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527A7F

Black with #527A7F

Text Example


Text Example

White with #527A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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