Html Css Color HEX #508482 Paradiso

📋 copy color: '#508482'

red 80 ◦ green 132 ◦ blue 130

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

Shades of Paradiso #508482

Tints of Paradiso #508482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.01%

R = 23.39%
G = 38.6%
B = 38.01%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#508482 (or 0x508482) is known color: Paradiso. HEX triplet: 50, 84 and 82. RGB value is (80,132,130). Sum of RGB (Red+Green+Blue) = 80+132+130=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 132 - color contains mainly: green. Hex color #508482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508482 is #AF7B7D. Grayscale: #747474. Windows color (decimal): -11500414 or 8553552. OLE color: 8553552.

HSL color Cylindrical-coordinate representation of color #508482: hue angle of 177.69º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #508482 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 132 130 -
CMYK 0.39 0 0.02 0.48
HSL 177.69º 0.25% 0.42% -
HSV(B) 177.69º 0.39% 0.52% -
XYZ 15.59 19.82 24.12 -
YUV 116.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 80 132 130 0.39 0 0.02 0.48 177.69 0.25 0.42
Hex 50 84 82 27 0 2 30 B2 19 2A
Octal 120 204 202 47 0 2 60 262 31 52
Binary 1010000 10000100 10000010 100111 0 10 110000 10110010 11001 101010

Color Harmonies of #508482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508482

Black with #508482

Text Example


Text Example

White with #508482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508482; }

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

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

background-color css

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

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

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

border-color css

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

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

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