Html Css Color HEX #50818B Paradiso

📋 copy color: '#50818B'

red 80 ◦ green 129 ◦ blue 139

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

Shades of Paradiso #50818B

Tints of Paradiso #50818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.07%

 BLUE value IS 139 (54.69% from 255) = 39.94%

R = 22.99%
G = 37.07%
B = 39.94%

CMYK

 C value IS 0.42

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50818B (or 0x50818B) is known color: Paradiso. HEX triplet: 50, 81 and 8B. RGB value is (80,129,139). Sum of RGB (Red+Green+Blue) = 80+129+139=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #50818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50818B is #AF7E74. Grayscale: #737373. Windows color (decimal): -11501173 or 9142608. OLE color: 9142608.

HSL color Cylindrical-coordinate representation of color #50818B: hue angle of 190.17º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #50818B is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 129 139 -
CMYK 0.42 0.07 0 0.45
HSL 190.17º 0.27% 0.43% -
HSV(B) 190.17º 0.42% 0.55% -
XYZ 15.82 19.27 27.31 -
YUV 115.49 141.27 102.69 -
System Red Green Blue C M Y K H S L
Decimal 80 129 139 0.42 0.07 0 0.45 190.17 0.27 0.43
Hex 50 81 8B 2A 7 0 2D BE 1B 2B
Octal 120 201 213 52 7 0 55 276 33 53
Binary 1010000 10000001 10001011 101010 111 0 101101 10111110 11011 101011

Color Harmonies of #50818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50818B

Black with #50818B

Text Example


Text Example

White with #50818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50818B; }

 p { color: rgb(80,129,139); }

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

background-color css

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

 a { background-color: rgb(80,129,139); }

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

border-color css

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

 span { border-color: rgb(80,129,139); }

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