Html Css Color HEX #508187 Paradiso

📋 copy color: '#508187'

red 80 ◦ green 129 ◦ blue 135

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

Shades of Paradiso #508187

Tints of Paradiso #508187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.5%

 BLUE value IS 135 (53.13% from 255) = 39.24%

R = 23.26%
G = 37.5%
B = 39.24%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#508187 (or 0x508187) is known color: Paradiso. HEX triplet: 50, 81 and 87. RGB value is (80,129,135). Sum of RGB (Red+Green+Blue) = 80+129+135=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #508187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508187 is #AF7E78. Grayscale: #727272. Windows color (decimal): -11501177 or 8880464. OLE color: 8880464.

HSL color Cylindrical-coordinate representation of color #508187: hue angle of 186.55º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508187 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 129 135 -
CMYK 0.41 0.04 0 0.47
HSL 186.55º 0.26% 0.42% -
HSV(B) 186.55º 0.41% 0.53% -
XYZ 15.53 19.16 25.8 -
YUV 115.03 139.27 103.01 -
System Red Green Blue C M Y K H S L
Decimal 80 129 135 0.41 0.04 0 0.47 186.55 0.26 0.42
Hex 50 81 87 29 4 0 2F BB 1A 2A
Octal 120 201 207 51 4 0 57 273 32 52
Binary 1010000 10000001 10000111 101001 100 0 101111 10111011 11010 101010

Color Harmonies of #508187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508187

Black with #508187

Text Example


Text Example

White with #508187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508187; }

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

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

background-color css

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

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

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

border-color css

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

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

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