Html Css Color HEX #508283 Paradiso

📋 copy color: '#508283'

red 80 ◦ green 130 ◦ blue 131

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

Shades of Paradiso #508283

Tints of Paradiso #508283

RGB

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

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

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

R = 23.46%
G = 38.12%
B = 38.42%

CMYK

 C value IS 0.39

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#508283 (or 0x508283) is known color: Paradiso. HEX triplet: 50, 82 and 83. RGB value is (80,130,131). Sum of RGB (Red+Green+Blue) = 80+130+131=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 131 - color contains mainly: blue. Hex color #508283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508283 is #AF7D7C. Grayscale: #737373. Windows color (decimal): -11500925 or 8618576. OLE color: 8618576.

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

Color convert

RGB 80 130 131 -
CMYK 0.39 0.01 0 0.49
HSL 181.18º 0.24% 0.41% -
HSV(B) 181.18º 0.39% 0.51% -
XYZ 15.39 19.31 24.39 -
YUV 115.16 136.94 102.92 -
System Red Green Blue C M Y K H S L
Decimal 80 130 131 0.39 0.01 0 0.49 181.18 0.24 0.41
Hex 50 82 83 27 1 0 31 B5 18 29
Octal 120 202 203 47 1 0 61 265 30 51
Binary 1010000 10000010 10000011 100111 1 0 110001 10110101 11000 101001

Color Harmonies of #508283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508283

Black with #508283

Text Example


Text Example

White with #508283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508283; }

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

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

background-color css

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

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

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

border-color css

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

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

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