Html Css Color HEX #52797D Paradiso

📋 copy color: '#52797D'

red 82 ◦ green 121 ◦ blue 125

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

Shades of Paradiso #52797D

Tints of Paradiso #52797D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 25%
G = 36.89%
B = 38.11%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52797D (or 0x52797D) is known color: Paradiso. HEX triplet: 52, 79 and 7D. RGB value is (82,121,125). Sum of RGB (Red+Green+Blue) = 82+121+125=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #52797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52797D is #AD8682. Grayscale: #6D6D6D. Windows color (decimal): -11372163 or 8223058. OLE color: 8223058.

HSL color Cylindrical-coordinate representation of color #52797D: hue angle of 185.58º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #52797D is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 121 125 -
CMYK 0.34 0.03 0 0.51
HSL 185.58º 0.21% 0.41% -
HSV(B) 185.58º 0.34% 0.49% -
XYZ 14.02 16.95 21.93 -
YUV 109.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 82 121 125 0.34 0.03 0 0.51 185.58 0.21 0.41
Hex 52 79 7D 22 3 0 33 BA 15 29
Octal 122 171 175 42 3 0 63 272 25 51
Binary 1010010 1111001 1111101 100010 11 0 110011 10111010 10101 101001

Color Harmonies of #52797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52797D

Black with #52797D

Text Example


Text Example

White with #52797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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