Html Css Color HEX #508686 Paradiso

📋 copy color: '#508686'

red 80 ◦ green 134 ◦ blue 134

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

Shades of Paradiso #508686

Tints of Paradiso #508686

RGB

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

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

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

R = 22.99%
G = 38.51%
B = 38.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#508686 (or 0x508686) is known color: Paradiso. HEX triplet: 50, 86 and 86. RGB value is (80,134,134). Sum of RGB (Red+Green+Blue) = 80+134+134=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #508686 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508686 is #AF7979. Grayscale: #757575. Windows color (decimal): -11499898 or 8816208. OLE color: 8816208.

HSL color Cylindrical-coordinate representation of color #508686: hue angle of 180º 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 #508686 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 134 134 -
CMYK 0.40 0 0 0.47
HSL 180º 0.25% 0.42% -
HSV(B) 180º 0.4% 0.53% -
XYZ 16.14 20.48 25.66 -
YUV 117.85 137.11 101 -
System Red Green Blue C M Y K H S L
Decimal 80 134 134 0.40 0 0 0.47 180 0.25 0.42
Hex 50 86 86 28 0 0 2F B4 19 2A
Octal 120 206 206 50 0 0 57 264 31 52
Binary 1010000 10000110 10000110 101000 0 0 101111 10110100 11001 101010

Color Harmonies of #508686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508686

Black with #508686

Text Example


Text Example

White with #508686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508686; }

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

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

background-color css

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

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

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

border-color css

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

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

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