Html Css Color HEX #52797F Paradiso

📋 copy color: '#52797F'

red 82 ◦ green 121 ◦ blue 127

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

Shades of Paradiso #52797F

Tints of Paradiso #52797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

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

R = 24.85%
G = 36.67%
B = 38.48%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#52797F (or 0x52797F) is known color: Paradiso. HEX triplet: 52, 79 and 7F. RGB value is (82,121,127). Sum of RGB (Red+Green+Blue) = 82+121+127=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 127 - color contains mainly: blue. Hex color #52797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52797F is #AD8680. Grayscale: #6D6D6D. Windows color (decimal): -11372161 or 8354130. OLE color: 8354130.

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

Color convert

RGB 82 121 127 -
CMYK 0.35 0.05 0 0.50
HSL 188º 0.22% 0.41% -
HSV(B) 188º 0.35% 0.5% -
XYZ 14.15 17 22.61 -
YUV 110.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 82 121 127 0.35 0.05 0 0.50 188 0.22 0.41
Hex 52 79 7F 23 5 0 32 BC 16 29
Octal 122 171 177 43 5 0 62 274 26 51
Binary 1010010 1111001 1111111 100011 101 0 110010 10111100 10110 101001

Color Harmonies of #52797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52797F

Black with #52797F

Text Example


Text Example

White with #52797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52797F; }

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

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

background-color css

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

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

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

border-color css

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

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

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