Html Css Color HEX #517D8D Jelly Bean

📋 copy color: '#517D8D'

red 81 ◦ green 125 ◦ blue 141

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

Shades of Jelly Bean #517D8D

Tints of Jelly Bean #517D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 23.34%
G = 36.02%
B = 40.63%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#517D8D (or 0x517D8D) is known color: Jelly Bean. HEX triplet: 51, 7D and 8D. RGB value is (81,125,141). Sum of RGB (Red+Green+Blue) = 81+125+141=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #517D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517D8D is #AE8272. Grayscale: #717171. Windows color (decimal): -11436659 or 9272657. OLE color: 9272657.

HSL color Cylindrical-coordinate representation of color #517D8D: hue angle of 196º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #517D8D is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 125 141 -
CMYK 0.43 0.11 0 0.45
HSL 196º 0.27% 0.44% -
HSV(B) 196º 0.43% 0.55% -
XYZ 15.53 18.34 27.92 -
YUV 113.67 143.42 104.7 -
System Red Green Blue C M Y K H S L
Decimal 81 125 141 0.43 0.11 0 0.45 196 0.27 0.44
Hex 51 7D 8D 2B B 0 2D C4 1B 2C
Octal 121 175 215 53 13 0 55 304 33 54
Binary 1010001 1111101 10001101 101011 1011 0 101101 11000100 11011 101100

Color Harmonies of #517D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517D8D

Black with #517D8D

Text Example


Text Example

White with #517D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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