Html Css Color HEX #508489 Paradiso

📋 copy color: '#508489'

red 80 ◦ green 132 ◦ blue 137

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

Shades of Paradiso #508489

Tints of Paradiso #508489

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.82%

 BLUE value IS 137 (53.91% from 255) = 39.26%

R = 22.92%
G = 37.82%
B = 39.26%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#508489 (or 0x508489) is known color: Paradiso. HEX triplet: 50, 84 and 89. RGB value is (80,132,137). Sum of RGB (Red+Green+Blue) = 80+132+137=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #508489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508489 is #AF7B76. Grayscale: #747474. Windows color (decimal): -11500407 or 9012304. OLE color: 9012304.

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

Color convert

RGB 80 132 137 -
CMYK 0.42 0.04 0 0.46
HSL 185.26º 0.26% 0.43% -
HSV(B) 185.26º 0.42% 0.54% -
XYZ 16.07 20.01 26.68 -
YUV 117.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 80 132 137 0.42 0.04 0 0.46 185.26 0.26 0.43
Hex 50 84 89 2A 4 0 2E B9 1A 2B
Octal 120 204 211 52 4 0 56 271 32 53
Binary 1010000 10000100 10001001 101010 100 0 101110 10111001 11010 101011

Color Harmonies of #508489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508489

Black with #508489

Text Example


Text Example

White with #508489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508489; }

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

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

background-color css

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

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

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

border-color css

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

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

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