#508988

Color #508988 Paradiso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paradiso #508988

Tints of Paradiso #508988

Color information

#508988 (or 0x508988) is unknown color: approx Paradiso. HEX triplet: 50, 89 and 88. RGB value is (80,137,136). Sum of RGB (Red+Green+Blue) = 80+137+136=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #508988 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508988 is #AF7677. Grayscale: #777777. Windows color (decimal): -11499128 or 8948048. OLE color: 8948048.

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

Color convert

RGB80137136-
CMYK0.4200.010.46
HSL178.95º26.27%42.55%-
HSV(B)178.95º41.61%53.73%-
XYZ16.721.3726.54-
YUV119.84137.1299.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 137 (53.91% from 255) = 38.81%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=22.66%
G=38.81%
B=38.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801371360.4200.010.46178.9526.2742.55
Hex5089882A012Eb31a2b
Octal1202112105201562633253
Binary10100001000100110001000101010011011101011001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508988; }

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

 H1.HeaderClassName
 {
   color: #508988;
 }
 .AnyTagClassName
 {
   color: #508988;
 }
</style>
background-color css

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

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

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

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

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

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