#51818B

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

Shades of Paradiso #51818B

Tints of Paradiso #51818B

Color information

#51818B (or 0x51818B) is unknown color: approx Paradiso. HEX triplet: 51, 81 and 8B. RGB value is (81,129,139). Sum of RGB (Red+Green+Blue) = 81+129+139=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #51818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51818B is #AE7E74. Grayscale: #737373. Windows color (decimal): -11435637 or 9142609. OLE color: 9142609.

HSL color Cylindrical-coordinate representation of color #51818B: hue angle of 190.34º 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 #51818B is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB81129139-
CMYK0.420.0700.45
HSL190.34º26.36%43.14%-
HSV(B)190.34º41.73%54.51%-
XYZ15.919.3127.32-
YUV115.79141.1103.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=23.21%
G=36.96%
B=39.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811291390.420.0700.45190.3426.3643.14
Hex51818B2A702Dbe1a2b
Octal1212012135270552763253
Binary1010001100000011000101110101011101011011011111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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