#518090

Color #518090 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #518090

Tints of Jelly Bean #518090

Color information

#518090 (or 0x518090) is unknown color: approx Jelly Bean. HEX triplet: 51, 80 and 90. RGB value is (81,128,144). Sum of RGB (Red+Green+Blue) = 81+128+144=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #518090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518090 is #AE7F6F. Grayscale: #737373. Windows color (decimal): -11435888 or 9470033. OLE color: 9470033.

HSL color Cylindrical-coordinate representation of color #518090: hue angle of 195.24º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #518090 is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB81128144-
CMYK0.440.1100.44
HSL195.24º28%44.12%-
HSV(B)195.24º43.75%56.47%-
XYZ16.1519.229.24-
YUV115.77143.93103.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 144 (56.64% from 255) = 40.79%
R=22.95%
G=36.26%
B=40.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811281440.440.1100.44195.242844.12
Hex5180902CB02Cc31c2c
Octal12120022054130543033454
Binary10100011000000010010000101100101101011001100001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518090; }

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

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

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

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

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

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

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

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