#508189

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

Shades of Paradiso #508189

Tints of Paradiso #508189

Color information

#508189 (or 0x508189) is unknown color: approx Paradiso. HEX triplet: 50, 81 and 89. RGB value is (80,129,137). Sum of RGB (Red+Green+Blue) = 80+129+137=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #508189 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508189 is #AF7E76. Grayscale: #737373. Windows color (decimal): -11501175 or 9011536. OLE color: 9011536.

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

Color convert

RGB80129137-
CMYK0.420.0600.46
HSL188.42º26.27%42.55%-
HSV(B)188.42º41.61%53.73%-
XYZ15.6719.2126.55-
YUV115.26140.27102.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.12%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=23.12%
G=37.28%
B=39.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal801291370.420.0600.46188.4226.2742.55
Hex5081892A602Ebc1a2b
Octal1202012115260562743253
Binary1010000100000011000100110101011001011101011110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508189; }

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

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

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

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

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

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

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

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