Html Css Color HEX #517E8D Jelly Bean

📋 copy color: '#517E8D'

red 81 ◦ green 126 ◦ blue 141

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

Shades of Jelly Bean #517E8D

Tints of Jelly Bean #517E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

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

R = 23.28%
G = 36.21%
B = 40.52%

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

#517E8D (or 0x517E8D) is known color: Jelly Bean. HEX triplet: 51, 7E and 8D. RGB value is (81,126,141). Sum of RGB (Red+Green+Blue) = 81+126+141=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #517E8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E8D is #AE8172. Grayscale: #727272. Windows color (decimal): -11436403 or 9272913. OLE color: 9272913.

HSL color Cylindrical-coordinate representation of color #517E8D: hue angle of 195º 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 #517E8D is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 81 126 141 -
CMYK 0.43 0.11 0 0.45
HSL 195º 0.27% 0.44% -
HSV(B) 195º 0.43% 0.55% -
XYZ 15.66 18.59 27.96 -
YUV 114.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 81 126 141 0.43 0.11 0 0.45 195 0.27 0.44
Hex 51 7E 8D 2B B 0 2D C3 1B 2C
Octal 121 176 215 53 13 0 55 303 33 54
Binary 1010001 1111110 10001101 101011 1011 0 101101 11000011 11011 101100

Color Harmonies of #517E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E8D

Black with #517E8D

Text Example


Text Example

White with #517E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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