Html Css Color HEX #507780 Paradiso

📋 copy color: '#507780'

red 80 ◦ green 119 ◦ blue 128

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

Shades of Paradiso #507780

Tints of Paradiso #507780

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.39%

 BLUE value IS 128 (50.39% from 255) = 39.14%

R = 24.46%
G = 36.39%
B = 39.14%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#507780 (or 0x507780) is known color: Paradiso. HEX triplet: 50, 77 and 80. RGB value is (80,119,128). Sum of RGB (Red+Green+Blue) = 80+119+128=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #507780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507780 is #AF887F. Grayscale: #6C6C6C. Windows color (decimal): -11503744 or 8419152. OLE color: 8419152.

HSL color Cylindrical-coordinate representation of color #507780: hue angle of 191.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #507780 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 119 128 -
CMYK 0.38 0.07 0 0.50
HSL 191.25º 0.23% 0.41% -
HSV(B) 191.25º 0.38% 0.5% -
XYZ 13.8 16.46 22.87 -
YUV 108.37 139.08 107.77 -
System Red Green Blue C M Y K H S L
Decimal 80 119 128 0.38 0.07 0 0.50 191.25 0.23 0.41
Hex 50 77 80 26 7 0 32 BF 17 29
Octal 120 167 200 46 7 0 62 277 27 51
Binary 1010000 1110111 10000000 100110 111 0 110010 10111111 10111 101001

Color Harmonies of #507780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507780

Black with #507780

Text Example


Text Example

White with #507780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507780; }

 p { color: rgb(80,119,128); }

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

background-color css

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

 a { background-color: rgb(80,119,128); }

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

border-color css

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

 span { border-color: rgb(80,119,128); }

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