Html Css Color HEX #508684 Paradiso

📋 copy color: '#508684'

red 80 ◦ green 134 ◦ blue 132

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

Shades of Paradiso #508684

Tints of Paradiso #508684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.15%

R = 23.12%
G = 38.73%
B = 38.15%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#508684 (or 0x508684) is known color: Paradiso. HEX triplet: 50, 86 and 84. RGB value is (80,134,132). Sum of RGB (Red+Green+Blue) = 80+134+132=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #508684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508684 is #AF797B. Grayscale: #757575. Windows color (decimal): -11499900 or 8685136. OLE color: 8685136.

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

Color convert

RGB 80 134 132 -
CMYK 0.40 0 0.01 0.47
HSL 177.78º 0.25% 0.42% -
HSV(B) 177.78º 0.4% 0.53% -
XYZ 16 20.42 24.93 -
YUV 117.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 80 134 132 0.40 0 0.01 0.47 177.78 0.25 0.42
Hex 50 86 84 28 0 1 2F B2 19 2A
Octal 120 206 204 50 0 1 57 262 31 52
Binary 1010000 10000110 10000100 101000 0 1 101111 10110010 11001 101010

Color Harmonies of #508684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508684

Black with #508684

Text Example


Text Example

White with #508684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508684; }

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

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

background-color css

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

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

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

border-color css

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

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

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