Html Css Color HEX #517A89 Jelly Bean

📋 copy color: '#517A89'

red 81 ◦ green 122 ◦ blue 137

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

Shades of Jelly Bean #517A89

Tints of Jelly Bean #517A89

RGB

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

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

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

R = 23.82%
G = 35.88%
B = 40.29%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#517A89 (or 0x517A89) is known color: Jelly Bean. HEX triplet: 51, 7A and 89. RGB value is (81,122,137). Sum of RGB (Red+Green+Blue) = 81+122+137=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #517A89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517A89 is #AE8576. Grayscale: #6F6F6F. Windows color (decimal): -11437431 or 9009745. OLE color: 9009745.

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

Color convert

RGB 81 122 137 -
CMYK 0.41 0.11 0 0.46
HSL 196.07º 0.26% 0.43% -
HSV(B) 196.07º 0.41% 0.54% -
XYZ 14.87 17.47 26.26 -
YUV 111.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 81 122 137 0.41 0.11 0 0.46 196.07 0.26 0.43
Hex 51 7A 89 29 B 0 2E C4 1A 2B
Octal 121 172 211 51 13 0 56 304 32 53
Binary 1010001 1111010 10001001 101001 1011 0 101110 11000100 11010 101011

Color Harmonies of #517A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517A89

Black with #517A89

Text Example


Text Example

White with #517A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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