Html Css Color HEX #53797E Paradiso

📋 copy color: '#53797E'

red 83 ◦ green 121 ◦ blue 126

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

Shades of Paradiso #53797E

Tints of Paradiso #53797E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.18%

R = 25.15%
G = 36.67%
B = 38.18%

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

#53797E (or 0x53797E) is known color: Paradiso. HEX triplet: 53, 79 and 7E. RGB value is (83,121,126). Sum of RGB (Red+Green+Blue) = 83+121+126=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 126 (49.61% from 255 or 38.18% from 330); Max value from RGB is 126 - color contains mainly: blue. Hex color #53797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53797E is #AC8681. Grayscale: #6E6E6E. Windows color (decimal): -11306626 or 8288595. OLE color: 8288595.

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

Color convert

RGB 83 121 126 -
CMYK 0.34 0.04 0 0.51
HSL 186.98º 0.21% 0.41% -
HSV(B) 186.98º 0.34% 0.49% -
XYZ 14.17 17.02 22.28 -
YUV 110.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 83 121 126 0.34 0.04 0 0.51 186.98 0.21 0.41
Hex 53 79 7E 22 4 0 33 BB 15 29
Octal 123 171 176 42 4 0 63 273 25 51
Binary 1010011 1111001 1111110 100010 100 0 110011 10111011 10101 101001

Color Harmonies of #53797E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53797E

Black with #53797E

Text Example


Text Example

White with #53797E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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