#51828A

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

Shades of Paradiso #51828A

Tints of Paradiso #51828A

Color information

#51828A (or 0x51828A) is unknown color: approx Paradiso. HEX triplet: 51, 82 and 8A. RGB value is (81,130,138). Sum of RGB (Red+Green+Blue) = 81+130+138=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #51828A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51828A is #AE7D75. Grayscale: #747474. Windows color (decimal): -11435382 or 9077329. OLE color: 9077329.

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

Color convert

RGB81130138-
CMYK0.410.0600.46
HSL188.42º26.03%42.94%-
HSV(B)188.42º41.3%54.12%-
XYZ15.9619.5526.98-
YUV116.26140.27102.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 130 (51.17% from 255) = 37.25%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=23.21%
G=37.25%
B=39.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811301380.410.0600.46188.4226.0342.94
Hex51828A29602Ebc1a2b
Octal1212022125160562743253
Binary1010001100000101000101010100111001011101011110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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