#51818C

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

Shades of Paradiso #51818C

Tints of Paradiso #51818C

Color information

#51818C (or 0x51818C) is unknown color: approx Paradiso. HEX triplet: 51, 81 and 8C. RGB value is (81,129,140). Sum of RGB (Red+Green+Blue) = 81+129+140=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 140 - color contains mainly: blue. Hex color #51818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51818C is #AE7E73. Grayscale: #737373. Windows color (decimal): -11435636 or 9208145. OLE color: 9208145.

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

Color convert

RGB81129140-
CMYK0.420.0800.45
HSL191.19º26.7%43.33%-
HSV(B)191.19º42.14%54.9%-
XYZ15.9819.3427.7-
YUV115.9141.6103.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 140 (55.08% from 255) = 40%
R=23.14%
G=36.86%
B=40%

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
Decimal811291400.420.0800.45191.1926.743.33
Hex51818C2A802Dbf1b2b
Octal12120121452100552773353
Binary10100011000000110001100101010100001011011011111111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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