#51828B

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

Shades of Paradiso #51828B

Tints of Paradiso #51828B

Color information

#51828B (or 0x51828B) is unknown color: approx Paradiso. HEX triplet: 51, 82 and 8B. RGB value is (81,130,139). Sum of RGB (Red+Green+Blue) = 81+130+139=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #51828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51828B is #AE7D74. Grayscale: #747474. Windows color (decimal): -11435381 or 9142865. OLE color: 9142865.

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

Color convert

RGB81130139-
CMYK0.420.0600.45
HSL189.31º26.36%43.14%-
HSV(B)189.31º41.73%54.51%-
XYZ16.0419.5827.36-
YUV116.38140.77102.77-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 130 (51.17% from 255) = 37.14%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=23.14%
G=37.14%
B=39.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal811301390.420.0600.45189.3126.3643.14
Hex51828B2A602Dbd1a2b
Octal1212022135260552753253
Binary1010001100000101000101110101011001011011011110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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