#51808A

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

Shades of Paradiso #51808A

Tints of Paradiso #51808A

Color information

#51808A (or 0x51808A) is unknown color: approx Paradiso. HEX triplet: 51, 80 and 8A. RGB value is (81,128,138). Sum of RGB (Red+Green+Blue) = 81+128+138=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #51808A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51808A is #AE7F75. Grayscale: #737373. Windows color (decimal): -11435894 or 9076817. OLE color: 9076817.

HSL color Cylindrical-coordinate representation of color #51808A: hue angle of 190.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51808A is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB81128138-
CMYK0.410.0700.46
HSL190.53º26.03%42.94%-
HSV(B)190.53º41.3%54.12%-
XYZ15.719.0226.89-
YUV115.09140.93103.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=23.34%
G=36.89%
B=39.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811281380.410.0700.46190.5326.0342.94
Hex51808A29702Ebf1a2b
Octal1212002125170562773253
Binary1010001100000001000101010100111101011101011111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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