Html Css Color HEX #508086 Paradiso

📋 copy color: '#508086'

red 80 ◦ green 128 ◦ blue 134

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

Shades of Paradiso #508086

Tints of Paradiso #508086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.43%

 BLUE value IS 134 (52.73% from 255) = 39.18%

R = 23.39%
G = 37.43%
B = 39.18%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#508086 (or 0x508086) is known color: Paradiso. HEX triplet: 50, 80 and 86. RGB value is (80,128,134). Sum of RGB (Red+Green+Blue) = 80+128+134=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 134 - color contains mainly: blue. Hex color #508086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508086 is #AF7F79. Grayscale: #727272. Windows color (decimal): -11501434 or 8814672. OLE color: 8814672.

HSL color Cylindrical-coordinate representation of color #508086: hue angle of 186.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #508086 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 128 134 -
CMYK 0.40 0.04 0 0.47
HSL 186.67º 0.25% 0.42% -
HSV(B) 186.67º 0.4% 0.53% -
XYZ 15.33 18.87 25.39 -
YUV 114.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 80 128 134 0.40 0.04 0 0.47 186.67 0.25 0.42
Hex 50 80 86 28 4 0 2F BB 19 2A
Octal 120 200 206 50 4 0 57 273 31 52
Binary 1010000 10000000 10000110 101000 100 0 101111 10111011 11001 101010

Color Harmonies of #508086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508086

Black with #508086

Text Example


Text Example

White with #508086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508086; }

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

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

background-color css

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

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

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

border-color css

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

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

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