Html Css Color HEX #517A8D Jelly Bean

📋 copy color: '#517A8D'

red 81 ◦ green 122 ◦ blue 141

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

Shades of Jelly Bean #517A8D

Tints of Jelly Bean #517A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.47%

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

R = 23.55%
G = 35.47%
B = 40.99%

CMYK

 C value IS 0.43

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#517A8D (or 0x517A8D) is known color: Jelly Bean. HEX triplet: 51, 7A and 8D. RGB value is (81,122,141). Sum of RGB (Red+Green+Blue) = 81+122+141=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #517A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A8D is #AE8572. Grayscale: #6F6F6F. Windows color (decimal): -11437427 or 9271889. OLE color: 9271889.

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

Color convert

RGB 81 122 141 -
CMYK 0.43 0.13 0 0.45
HSL 199º 0.27% 0.44% -
HSV(B) 199º 0.43% 0.55% -
XYZ 15.16 17.59 27.8 -
YUV 111.91 144.42 105.96 -
System Red Green Blue C M Y K H S L
Decimal 81 122 141 0.43 0.13 0 0.45 199 0.27 0.44
Hex 51 7A 8D 2B D 0 2D C7 1B 2C
Octal 121 172 215 53 15 0 55 307 33 54
Binary 1010001 1111010 10001101 101011 1101 0 101101 11000111 11011 101100

Color Harmonies of #517A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517A8D

Black with #517A8D

Text Example


Text Example

White with #517A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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