Html Css Color HEX #508486 Paradiso

📋 copy color: '#508486'

red 80 ◦ green 132 ◦ blue 134

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

Shades of Paradiso #508486

Tints of Paradiso #508486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.15%

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

R = 23.12%
G = 38.15%
B = 38.73%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#508486 (or 0x508486) is known color: Paradiso. HEX triplet: 50, 84 and 86. RGB value is (80,132,134). Sum of RGB (Red+Green+Blue) = 80+132+134=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #508486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508486 is #AF7B79. Grayscale: #747474. Windows color (decimal): -11500410 or 8815696. OLE color: 8815696.

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

Color convert

RGB 80 132 134 -
CMYK 0.40 0.01 0 0.47
HSL 182.22º 0.25% 0.42% -
HSV(B) 182.22º 0.4% 0.53% -
XYZ 15.86 19.93 25.56 -
YUV 116.68 137.77 101.84 -
System Red Green Blue C M Y K H S L
Decimal 80 132 134 0.40 0.01 0 0.47 182.22 0.25 0.42
Hex 50 84 86 28 1 0 2F B6 19 2A
Octal 120 204 206 50 1 0 57 266 31 52
Binary 1010000 10000100 10000110 101000 1 0 101111 10110110 11001 101010

Color Harmonies of #508486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508486

Black with #508486

Text Example


Text Example

White with #508486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508486; }

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

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

background-color css

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

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

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

border-color css

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

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

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