Html Css Color HEX #50878A Paradiso

📋 copy color: '#50878A'

red 80 ◦ green 135 ◦ blue 138

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

Shades of Paradiso #50878A

Tints of Paradiso #50878A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.24%

 BLUE value IS 138 (54.3% from 255) = 39.09%

R = 22.66%
G = 38.24%
B = 39.09%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50878A (or 0x50878A) is known color: Paradiso. HEX triplet: 50, 87 and 8A. RGB value is (80,135,138). Sum of RGB (Red+Green+Blue) = 80+135+138=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #50878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50878A is #AF7875. Grayscale: #767676. Windows color (decimal): -11499638 or 9078608. OLE color: 9078608.

HSL color Cylindrical-coordinate representation of color #50878A: hue angle of 183.1º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50878A is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 135 138 -
CMYK 0.42 0.02 0 0.46
HSL 183.1º 0.27% 0.43% -
HSV(B) 183.1º 0.42% 0.54% -
XYZ 16.56 20.87 27.2 -
YUV 118.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 80 135 138 0.42 0.02 0 0.46 183.1 0.27 0.43
Hex 50 87 8A 2A 2 0 2E B7 1B 2B
Octal 120 207 212 52 2 0 56 267 33 53
Binary 1010000 10000111 10001010 101010 10 0 101110 10110111 11011 101011

Color Harmonies of #50878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50878A

Black with #50878A

Text Example


Text Example

White with #50878A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50878A; }

 p { color: rgb(80,135,138); }

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

background-color css

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

 a { background-color: rgb(80,135,138); }

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

border-color css

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

 span { border-color: rgb(80,135,138); }

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