Html Css Color HEX #50767D Paradiso

📋 copy color: '#50767D'

red 80 ◦ green 118 ◦ blue 125

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

Shades of Paradiso #50767D

Tints of Paradiso #50767D

RGB

 RED value IS 80 (31.64% from 255) = 24.77%

 GREEN value IS 118 (46.48% from 255) = 36.53%

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

R = 24.77%
G = 36.53%
B = 38.7%

CMYK

 C value IS 0.36

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50767D (or 0x50767D) is known color: Paradiso. HEX triplet: 50, 76 and 7D. RGB value is (80,118,125). Sum of RGB (Red+Green+Blue) = 80+118+125=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #50767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50767D is #AF8982. Grayscale: #6B6B6B. Windows color (decimal): -11504003 or 8222288. OLE color: 8222288.

HSL color Cylindrical-coordinate representation of color #50767D: hue angle of 189.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #50767D is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 118 125 -
CMYK 0.36 0.06 0 0.51
HSL 189.33º 0.22% 0.4% -
HSV(B) 189.33º 0.36% 0.49% -
XYZ 13.49 16.14 21.81 -
YUV 107.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 80 118 125 0.36 0.06 0 0.51 189.33 0.22 0.4
Hex 50 76 7D 24 6 0 33 BD 16 28
Octal 120 166 175 44 6 0 63 275 26 50
Binary 1010000 1110110 1111101 100100 110 0 110011 10111101 10110 101000

Color Harmonies of #50767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50767D

Black with #50767D

Text Example


Text Example

White with #50767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,118,125); }

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

background-color css

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

 a { background-color: rgb(80,118,125); }

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

border-color css

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

 span { border-color: rgb(80,118,125); }

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