#51848C

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

Shades of Paradiso #51848C

Tints of Paradiso #51848C

Color information

#51848C (or 0x51848C) is unknown color: approx Paradiso. HEX triplet: 51, 84 and 8C. RGB value is (81,132,140). Sum of RGB (Red+Green+Blue) = 81+132+140=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #51848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51848C is #AE7B73. Grayscale: #757575. Windows color (decimal): -11434868 or 9208913. OLE color: 9208913.

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

Color convert

RGB81132140-
CMYK0.420.0600.45
HSL188.14º26.7%43.33%-
HSV(B)188.14º42.14%54.9%-
XYZ16.3820.1527.84-
YUV117.66140.6101.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=22.95%
G=37.39%
B=39.66%

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
Decimal811321400.420.0600.45188.1426.743.33
Hex51848C2A602Dbc1b2b
Octal1212042145260552743353
Binary1010001100001001000110010101011001011011011110011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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