Html Css Color HEX #53797D Paradiso

📋 copy color: '#53797D'

red 83 ◦ green 121 ◦ blue 125

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

Shades of Paradiso #53797D

Tints of Paradiso #53797D

RGB

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

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

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

R = 25.23%
G = 36.78%
B = 37.99%

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

#53797D (or 0x53797D) is known color: Paradiso. HEX triplet: 53, 79 and 7D. RGB value is (83,121,125). Sum of RGB (Red+Green+Blue) = 83+121+125=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 125 - color contains mainly: blue. Hex color #53797D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53797D is #AC8682. Grayscale: #6E6E6E. Windows color (decimal): -11306627 or 8223059. OLE color: 8223059.

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

Color convert

RGB 83 121 125 -
CMYK 0.34 0.03 0 0.51
HSL 185.71º 0.2% 0.41% -
HSV(B) 185.71º 0.34% 0.49% -
XYZ 14.11 16.99 21.94 -
YUV 110.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 83 121 125 0.34 0.03 0 0.51 185.71 0.2 0.41
Hex 53 79 7D 22 3 0 33 BA 14 29
Octal 123 171 175 42 3 0 63 272 24 51
Binary 1010011 1111001 1111101 100010 11 0 110011 10111010 10100 101001

Color Harmonies of #53797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53797D

Black with #53797D

Text Example


Text Example

White with #53797D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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