Html Css Color HEX #508281 Paradiso

📋 copy color: '#508281'

red 80 ◦ green 130 ◦ blue 129

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

Shades of Paradiso #508281

Tints of Paradiso #508281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

 BLUE value IS 129 (50.78% from 255) = 38.05%

R = 23.6%
G = 38.35%
B = 38.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#508281 (or 0x508281) is known color: Paradiso. HEX triplet: 50, 82 and 81. RGB value is (80,130,129). Sum of RGB (Red+Green+Blue) = 80+130+129=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 130 - color contains mainly: green. Hex color #508281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508281 is #AF7D7E. Grayscale: #727272. Windows color (decimal): -11500927 or 8487504. OLE color: 8487504.

HSL color Cylindrical-coordinate representation of color #508281: hue angle of 178.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #508281 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 130 129 -
CMYK 0.38 0 0.01 0.49
HSL 178.8º 0.24% 0.41% -
HSV(B) 178.8º 0.38% 0.51% -
XYZ 15.25 19.26 23.68 -
YUV 114.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 80 130 129 0.38 0 0.01 0.49 178.8 0.24 0.41
Hex 50 82 81 26 0 1 31 B3 18 29
Octal 120 202 201 46 0 1 61 263 30 51
Binary 1010000 10000010 10000001 100110 0 1 110001 10110011 11000 101001

Color Harmonies of #508281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508281

Black with #508281

Text Example


Text Example

White with #508281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508281; }

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

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

background-color css

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

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

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

border-color css

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

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

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