Html Css Color HEX #50767C Paradiso

📋 copy color: '#50767C'

red 80 ◦ green 118 ◦ blue 124

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

Shades of Paradiso #50767C

Tints of Paradiso #50767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.51%

R = 24.84%
G = 36.65%
B = 38.51%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50767C (or 0x50767C) is known color: Paradiso. HEX triplet: 50, 76 and 7C. RGB value is (80,118,124). Sum of RGB (Red+Green+Blue) = 80+118+124=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #50767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50767C is #AF8983. Grayscale: #6B6B6B. Windows color (decimal): -11504004 or 8156752. OLE color: 8156752.

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

Color convert

RGB 80 118 124 -
CMYK 0.35 0.05 0 0.51
HSL 188.18º 0.22% 0.4% -
HSV(B) 188.18º 0.35% 0.49% -
XYZ 13.42 16.12 21.47 -
YUV 107.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 80 118 124 0.35 0.05 0 0.51 188.18 0.22 0.4
Hex 50 76 7C 23 5 0 33 BC 16 28
Octal 120 166 174 43 5 0 63 274 26 50
Binary 1010000 1110110 1111100 100011 101 0 110011 10111100 10110 101000

Color Harmonies of #50767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50767C

Black with #50767C

Text Example


Text Example

White with #50767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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