#517B92

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

Shades of Jelly Bean #517B92

Tints of Jelly Bean #517B92

Color information

#517B92 (or 0x517B92) is unknown color: approx Jelly Bean. HEX triplet: 51, 7B and 92. RGB value is (81,123,146). Sum of RGB (Red+Green+Blue) = 81+123+146=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #517B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517B92 is #AE846D. Grayscale: #707070. Windows color (decimal): -11437166 or 9599825. OLE color: 9599825.

HSL color Cylindrical-coordinate representation of color #517B92: hue angle of 201.23º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #517B92 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB81123146-
CMYK0.450.1600.43
HSL201.23º28.63%44.51%-
HSV(B)201.23º44.52%57.25%-
XYZ15.6617.9929.84-
YUV113.06146.59105.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=23.14%
G=35.14%
B=41.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811231460.450.1600.43201.2328.6344.51
Hex517B922D1002Bc91d2d
Octal12117322255200533113555
Binary10100011111011100100101011011000001010111100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517B92; }

 p { color: rgb(81,123,146); }

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

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

 a { background-color: rgb(81,123,146); }

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

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

 span { border-color: rgb(81,123,146); }

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