Html Css Color HEX #517C97 Jelly Bean

📋 copy color: '#517C97'

red 81 ◦ green 124 ◦ blue 151

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

Shades of Jelly Bean #517C97

Tints of Jelly Bean #517C97

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.83%

 BLUE value IS 151 (59.38% from 255) = 42.42%

R = 22.75%
G = 34.83%
B = 42.42%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#517C97 (or 0x517C97) is known color: Jelly Bean. HEX triplet: 51, 7C and 97. RGB value is (81,124,151). Sum of RGB (Red+Green+Blue) = 81+124+151=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #517C97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C97 is #AE8368. Grayscale: #727272. Windows color (decimal): -11436905 or 9927761. OLE color: 9927761.

HSL color Cylindrical-coordinate representation of color #517C97: hue angle of 203.14º 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 #517C97 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 81 124 151 -
CMYK 0.46 0.18 0 0.41
HSL 203.14º 0.3% 0.45% -
HSV(B) 203.14º 0.46% 0.59% -
XYZ 16.19 18.4 31.98 -
YUV 114.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 81 124 151 0.46 0.18 0 0.41 203.14 0.3 0.45
Hex 51 7C 97 2E 12 0 29 CB 1E 2D
Octal 121 174 227 56 22 0 51 313 36 55
Binary 1010001 1111100 10010111 101110 10010 0 101001 11001011 11110 101101

Color Harmonies of #517C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C97

Black with #517C97

Text Example


Text Example

White with #517C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,124,151); }

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

background-color css

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

 a { background-color: rgb(81,124,151); }

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

border-color css

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

 span { border-color: rgb(81,124,151); }

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