Html Css Color HEX #50868B Paradiso

📋 copy color: '#50868B'

red 80 ◦ green 134 ◦ blue 139

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

Shades of Paradiso #50868B

Tints of Paradiso #50868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.96%

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

R = 22.66%
G = 37.96%
B = 39.38%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50868B (or 0x50868B) is known color: Paradiso. HEX triplet: 50, 86 and 8B. RGB value is (80,134,139). Sum of RGB (Red+Green+Blue) = 80+134+139=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 139 (54.69% from 255 or 39.38% from 353); Max value from RGB is 139 - color contains mainly: blue. Hex color #50868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50868B is #AF7974. Grayscale: #767676. Windows color (decimal): -11499893 or 9143888. OLE color: 9143888.

HSL color Cylindrical-coordinate representation of color #50868B: hue angle of 185.08º 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 #50868B is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 134 139 -
CMYK 0.42 0.04 0 0.45
HSL 185.08º 0.27% 0.43% -
HSV(B) 185.08º 0.42% 0.55% -
XYZ 16.49 20.62 27.54 -
YUV 118.42 139.61 100.59 -
System Red Green Blue C M Y K H S L
Decimal 80 134 139 0.42 0.04 0 0.45 185.08 0.27 0.43
Hex 50 86 8B 2A 4 0 2D B9 1B 2B
Octal 120 206 213 52 4 0 55 271 33 53
Binary 1010000 10000110 10001011 101010 100 0 101101 10111001 11011 101011

Color Harmonies of #50868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50868B

Black with #50868B

Text Example


Text Example

White with #50868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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