Html Css Color HEX #517C9B Jelly Bean

📋 copy color: '#517C9B'

red 81 ◦ green 124 ◦ blue 155

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

Shades of Jelly Bean #517C9B

Tints of Jelly Bean #517C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.06%

R = 22.5%
G = 34.44%
B = 43.06%

CMYK

 C value IS 0.48

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#517C9B (or 0x517C9B) is known color: Jelly Bean. HEX triplet: 51, 7C and 9B. RGB value is (81,124,155). Sum of RGB (Red+Green+Blue) = 81+124+155=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #517C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C9B is #AE8364. Grayscale: #727272. Windows color (decimal): -11436901 or 10189905. OLE color: 10189905.

HSL color Cylindrical-coordinate representation of color #517C9B: hue angle of 205.14º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #517C9B is Cyan = 0.48, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 81 124 155 -
CMYK 0.48 0.2 0 0.39
HSL 205.14º 0.31% 0.46% -
HSV(B) 205.14º 0.48% 0.61% -
XYZ 16.52 18.53 33.72 -
YUV 114.68 150.75 103.98 -
System Red Green Blue C M Y K H S L
Decimal 81 124 155 0.48 0.2 0 0.39 205.14 0.31 0.46
Hex 51 7C 9B 30 14 0 27 CD 1F 2E
Octal 121 174 233 60 24 0 47 315 37 56
Binary 1010001 1111100 10011011 110000 10100 0 100111 11001101 11111 101110

Color Harmonies of #517C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C9B

Black with #517C9B

Text Example


Text Example

White with #517C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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