#517985

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

Shades of Jelly Bean #517985

Tints of Jelly Bean #517985

Color information

#517985 (or 0x517985) is unknown color: approx Jelly Bean. HEX triplet: 51, 79 and 85. RGB value is (81,121,133). Sum of RGB (Red+Green+Blue) = 81+121+133=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 133 - color contains mainly: blue. Hex color #517985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517985 is #AE867A. Grayscale: #6E6E6E. Windows color (decimal): -11437691 or 8747345. OLE color: 8747345.

HSL color Cylindrical-coordinate representation of color #517985: hue angle of 193.85º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #517985 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB81121133-
CMYK0.390.0900.48
HSL193.85º24.3%41.96%-
HSV(B)193.85º39.1%52.16%-
XYZ14.4617.1224.73-
YUV110.41140.75107.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.18%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 133 (52.34% from 255) = 39.70%
R=24.18%
G=36.12%
B=39.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal811211330.390.0900.48193.8524.341.96
Hex517985279030c2182a
Octal12117120547110603023052
Binary1010001111100110000101100111100101100001100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517985; }

 p { color: rgb(81,121,133); }

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

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

 a { background-color: rgb(81,121,133); }

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

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

 span { border-color: rgb(81,121,133); }

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