Html Css Color HEX #52787D Paradiso

📋 copy color: '#52787D'

red 82 ◦ green 120 ◦ blue 125

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

Shades of Paradiso #52787D

Tints of Paradiso #52787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.7%

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

R = 25.08%
G = 36.7%
B = 38.23%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#52787D (or 0x52787D) is known color: Paradiso. HEX triplet: 52, 78 and 7D. RGB value is (82,120,125). Sum of RGB (Red+Green+Blue) = 82+120+125=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 125 - color contains mainly: blue. Hex color #52787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52787D is #AD8782. Grayscale: #6D6D6D. Windows color (decimal): -11372419 or 8222802. OLE color: 8222802.

HSL color Cylindrical-coordinate representation of color #52787D: hue angle of 186.98º 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 #52787D is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 120 125 -
CMYK 0.34 0.04 0 0.51
HSL 186.98º 0.21% 0.41% -
HSV(B) 186.98º 0.34% 0.49% -
XYZ 13.9 16.71 21.89 -
YUV 109.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 82 120 125 0.34 0.04 0 0.51 186.98 0.21 0.41
Hex 52 78 7D 22 4 0 33 BB 15 29
Octal 122 170 175 42 4 0 63 273 25 51
Binary 1010010 1111000 1111101 100010 100 0 110011 10111011 10101 101001

Color Harmonies of #52787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52787D

Black with #52787D

Text Example


Text Example

White with #52787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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