Html Css Color HEX #508383 Paradiso

📋 copy color: '#508383'

red 80 ◦ green 131 ◦ blue 131

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

Shades of Paradiso #508383

Tints of Paradiso #508383

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.3%

 BLUE value IS 131 (51.56% from 255) = 38.3%

R = 23.39%
G = 38.3%
B = 38.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#508383 (or 0x508383) is known color: Paradiso. HEX triplet: 50, 83 and 83. RGB value is (80,131,131). Sum of RGB (Red+Green+Blue) = 80+131+131=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #508383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508383 is #AF7C7C. Grayscale: #737373. Windows color (decimal): -11500669 or 8618832. OLE color: 8618832.

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

Color convert

RGB 80 131 131 -
CMYK 0.39 0 0 0.49
HSL 180º 0.24% 0.41% -
HSV(B) 180º 0.39% 0.51% -
XYZ 15.52 19.58 24.43 -
YUV 115.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 80 131 131 0.39 0 0 0.49 180 0.24 0.41
Hex 50 83 83 27 0 0 31 B4 18 29
Octal 120 203 203 47 0 0 61 264 30 51
Binary 1010000 10000011 10000011 100111 0 0 110001 10110100 11000 101001

Color Harmonies of #508383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508383

Black with #508383

Text Example


Text Example

White with #508383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508383; }

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

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

background-color css

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

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

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

border-color css

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

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

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