Html Css Color HEX #508683 Paradiso

📋 copy color: '#508683'

red 80 ◦ green 134 ◦ blue 131

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

Shades of Paradiso #508683

Tints of Paradiso #508683

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.84%

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

R = 23.19%
G = 38.84%
B = 37.97%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#508683 (or 0x508683) is known color: Paradiso. HEX triplet: 50, 86 and 83. RGB value is (80,134,131). Sum of RGB (Red+Green+Blue) = 80+134+131=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #508683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508683 is #AF797C. Grayscale: #757575. Windows color (decimal): -11499901 or 8619600. OLE color: 8619600.

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

Color convert

RGB 80 134 131 -
CMYK 0.40 0 0.02 0.47
HSL 176.67º 0.25% 0.42% -
HSV(B) 176.67º 0.4% 0.53% -
XYZ 15.93 20.39 24.57 -
YUV 117.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 80 134 131 0.40 0 0.02 0.47 176.67 0.25 0.42
Hex 50 86 83 28 0 2 2F B1 19 2A
Octal 120 206 203 50 0 2 57 261 31 52
Binary 1010000 10000110 10000011 101000 0 10 101111 10110001 11001 101010

Color Harmonies of #508683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508683

Black with #508683

Text Example


Text Example

White with #508683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508683; }

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

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

background-color css

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

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

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

border-color css

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

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

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