Html Css Color HEX #517D96 Jelly Bean

📋 copy color: '#517D96'

red 81 ◦ green 125 ◦ blue 150

#517D96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #517D96

Tints of Jelly Bean #517D96

RGB

 RED value IS 81 (32.03% from 255) = 22.75%

 GREEN value IS 125 (49.22% from 255) = 35.11%

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 22.75%
G = 35.11%
B = 42.13%

CMYK

 C value IS 0.46

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#517D96 (or 0x517D96) is known color: Jelly Bean. HEX triplet: 51, 7D and 96. RGB value is (81,125,150). Sum of RGB (Red+Green+Blue) = 81+125+150=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 150 - color contains mainly: blue. Hex color #517D96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D96 is #AE8269. Grayscale: #727272. Windows color (decimal): -11436650 or 9862481. OLE color: 9862481.

HSL color Cylindrical-coordinate representation of color #517D96: hue angle of 201.74º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517D96 is Cyan = 0.46, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 125 150 -
CMYK 0.46 0.17 0 0.41
HSL 201.74º 0.3% 0.45% -
HSV(B) 201.74º 0.46% 0.59% -
XYZ 16.23 18.62 31.59 -
YUV 114.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 81 125 150 0.46 0.17 0 0.41 201.74 0.3 0.45
Hex 51 7D 96 2E 11 0 29 CA 1E 2D
Octal 121 175 226 56 21 0 51 312 36 55
Binary 1010001 1111101 10010110 101110 10001 0 101001 11001010 11110 101101

Color Harmonies of #517D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517D96

Black with #517D96

Text Example


Text Example

White with #517D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,125,150); }

 H1.HeaderClassName
 {
   color: #517D96;
 }
 .AnyTagClassName
 {
   color: #517D96;
 }
</style>

background-color css

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

 a { background-color: rgb(81,125,150); }

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

border-color css

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

 span { border-color: rgb(81,125,150); }

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