#51808B

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

Shades of Paradiso #51808B

Tints of Paradiso #51808B

Color information

#51808B (or 0x51808B) is unknown color: approx Paradiso. HEX triplet: 51, 80 and 8B. RGB value is (81,128,139). Sum of RGB (Red+Green+Blue) = 81+128+139=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #51808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51808B is #AE7F74. Grayscale: #737373. Windows color (decimal): -11435893 or 9142353. OLE color: 9142353.

HSL color Cylindrical-coordinate representation of color #51808B: hue angle of 191.38º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #51808B is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81128139-
CMYK0.420.0800.45
HSL191.38º26.36%43.14%-
HSV(B)191.38º41.73%54.51%-
XYZ15.7719.0527.27-
YUV115.2141.43103.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=23.28%
G=36.78%
B=39.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811281390.420.0800.45191.3826.3643.14
Hex51808B2A802Dbf1a2b
Octal12120021352100552773253
Binary10100011000000010001011101010100001011011011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51808B; }

 p { color: rgb(81,128,139); }

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

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

 a { background-color: rgb(81,128,139); }

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

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

 span { border-color: rgb(81,128,139); }

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