Html Css Color HEX #517C98 Jelly Bean

📋 copy color: '#517C98'

red 81 ◦ green 124 ◦ blue 152

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

Shades of Jelly Bean #517C98

Tints of Jelly Bean #517C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.58%

R = 22.69%
G = 34.73%
B = 42.58%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#517C98 (or 0x517C98) is known color: Jelly Bean. HEX triplet: 51, 7C and 98. RGB value is (81,124,152). Sum of RGB (Red+Green+Blue) = 81+124+152=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #517C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C98 is #AE8367. Grayscale: #727272. Windows color (decimal): -11436904 or 9993297. OLE color: 9993297.

HSL color Cylindrical-coordinate representation of color #517C98: hue angle of 203.66º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #517C98 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 124 152 -
CMYK 0.47 0.18 0 0.40
HSL 203.66º 0.3% 0.46% -
HSV(B) 203.66º 0.47% 0.6% -
XYZ 16.27 18.43 32.41 -
YUV 114.34 149.25 104.22 -
System Red Green Blue C M Y K H S L
Decimal 81 124 152 0.47 0.18 0 0.40 203.66 0.3 0.46
Hex 51 7C 98 2F 12 0 28 CC 1E 2E
Octal 121 174 230 57 22 0 50 314 36 56
Binary 1010001 1111100 10011000 101111 10010 0 101000 11001100 11110 101110

Color Harmonies of #517C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C98

Black with #517C98

Text Example


Text Example

White with #517C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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