Html Css Color HEX #517D89 Jelly Bean

📋 copy color: '#517D89'

red 81 ◦ green 125 ◦ blue 137

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

Shades of Jelly Bean #517D89

Tints of Jelly Bean #517D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 39.94%

R = 23.62%
G = 36.44%
B = 39.94%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#517D89 (or 0x517D89) is known color: Jelly Bean. HEX triplet: 51, 7D and 89. RGB value is (81,125,137). Sum of RGB (Red+Green+Blue) = 81+125+137=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 125 (49.22% from 255 or 36.44% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #517D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D89 is #AE8276. Grayscale: #717171. Windows color (decimal): -11436663 or 9010513. OLE color: 9010513.

HSL color Cylindrical-coordinate representation of color #517D89: hue angle of 192.86º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #517D89 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 81 125 137 -
CMYK 0.41 0.09 0 0.46
HSL 192.86º 0.26% 0.43% -
HSV(B) 192.86º 0.41% 0.54% -
XYZ 15.24 18.22 26.38 -
YUV 113.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 81 125 137 0.41 0.09 0 0.46 192.86 0.26 0.43
Hex 51 7D 89 29 9 0 2E C1 1A 2B
Octal 121 175 211 51 11 0 56 301 32 53
Binary 1010001 1111101 10001001 101001 1001 0 101110 11000001 11010 101011

Color Harmonies of #517D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517D89

Black with #517D89

Text Example


Text Example

White with #517D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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