Html Css Color HEX #517E90 Jelly Bean

📋 copy color: '#517E90'

red 81 ◦ green 126 ◦ blue 144

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

Shades of Jelly Bean #517E90

Tints of Jelly Bean #517E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 41.03%

R = 23.08%
G = 35.9%
B = 41.03%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#517E90 (or 0x517E90) is known color: Jelly Bean. HEX triplet: 51, 7E and 90. RGB value is (81,126,144). Sum of RGB (Red+Green+Blue) = 81+126+144=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #517E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517E90 is #AE816F. Grayscale: #727272. Windows color (decimal): -11436400 or 9469521. OLE color: 9469521.

HSL color Cylindrical-coordinate representation of color #517E90: hue angle of 197.14º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #517E90 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 126 144 -
CMYK 0.44 0.12 0 0.44
HSL 197.14º 0.28% 0.44% -
HSV(B) 197.14º 0.44% 0.56% -
XYZ 15.89 18.68 29.15 -
YUV 114.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 81 126 144 0.44 0.12 0 0.44 197.14 0.28 0.44
Hex 51 7E 90 2C C 0 2C C5 1C 2C
Octal 121 176 220 54 14 0 54 305 34 54
Binary 1010001 1111110 10010000 101100 1100 0 101100 11000101 11100 101100

Color Harmonies of #517E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517E90

Black with #517E90

Text Example


Text Example

White with #517E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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