Html Css Color HEX #53787D Paradiso

📋 copy color: '#53787D'

red 83 ◦ green 120 ◦ blue 125

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

Shades of Paradiso #53787D

Tints of Paradiso #53787D

RGB

 RED value IS 83 (32.81% from 255) = 25.3%

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

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

R = 25.3%
G = 36.59%
B = 38.11%

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

#53787D (or 0x53787D) is known color: Paradiso. HEX triplet: 53, 78 and 7D. RGB value is (83,120,125). Sum of RGB (Red+Green+Blue) = 83+120+125=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 120 (47.27% from 255 or 36.59% 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 #53787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53787D is #AC8782. Grayscale: #6D6D6D. Windows color (decimal): -11306883 or 8222803. OLE color: 8222803.

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

Color convert

RGB 83 120 125 -
CMYK 0.34 0.04 0 0.51
HSL 187.14º 0.2% 0.41% -
HSV(B) 187.14º 0.34% 0.49% -
XYZ 13.99 16.75 21.9 -
YUV 109.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 83 120 125 0.34 0.04 0 0.51 187.14 0.2 0.41
Hex 53 78 7D 22 4 0 33 BB 14 29
Octal 123 170 175 42 4 0 63 273 24 51
Binary 1010011 1111000 1111101 100010 100 0 110011 10111011 10100 101001

Color Harmonies of #53787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53787D

Black with #53787D

Text Example


Text Example

White with #53787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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