Html Css Color HEX #517997 Jelly Bean

📋 copy color: '#517997'

red 81 ◦ green 121 ◦ blue 151

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

Shades of Jelly Bean #517997

Tints of Jelly Bean #517997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.28%

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

R = 22.95%
G = 34.28%
B = 42.78%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#517997 (or 0x517997) is known color: Jelly Bean. HEX triplet: 51, 79 and 97. RGB value is (81,121,151). Sum of RGB (Red+Green+Blue) = 81+121+151=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #517997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517997 is #AE8668. Grayscale: #707070. Windows color (decimal): -11437673 or 9926993. OLE color: 9926993.

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

Color convert

RGB 81 121 151 -
CMYK 0.46 0.20 0 0.41
HSL 205.71º 0.3% 0.45% -
HSV(B) 205.71º 0.46% 0.59% -
XYZ 15.82 17.66 31.85 -
YUV 112.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 81 121 151 0.46 0.20 0 0.41 205.71 0.3 0.45
Hex 51 79 97 2E 14 0 29 CE 1E 2D
Octal 121 171 227 56 24 0 51 316 36 55
Binary 1010001 1111001 10010111 101110 10100 0 101001 11001110 11110 101101

Color Harmonies of #517997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517997

Black with #517997

Text Example


Text Example

White with #517997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517997; }

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

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

background-color css

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

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

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

border-color css

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

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

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