Html Css Color HEX #517891 Jelly Bean

📋 copy color: '#517891'

red 81 ◦ green 120 ◦ blue 145

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

Shades of Jelly Bean #517891

Tints of Jelly Bean #517891

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.68%

 BLUE value IS 145 (57.03% from 255) = 41.91%

R = 23.41%
G = 34.68%
B = 41.91%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#517891 (or 0x517891) is known color: Jelly Bean. HEX triplet: 51, 78 and 91. RGB value is (81,120,145). Sum of RGB (Red+Green+Blue) = 81+120+145=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 145 (57.03% from 255 or 41.91% from 346); Max value from RGB is 145 - color contains mainly: blue. Hex color #517891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517891 is #AE876E. Grayscale: #6F6F6F. Windows color (decimal): -11437935 or 9533521. OLE color: 9533521.

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

Color convert

RGB 81 120 145 -
CMYK 0.44 0.17 0 0.43
HSL 203.44º 0.28% 0.44% -
HSV(B) 203.44º 0.44% 0.57% -
XYZ 15.22 17.23 29.31 -
YUV 111.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 81 120 145 0.44 0.17 0 0.43 203.44 0.28 0.44
Hex 51 78 91 2C 11 0 2B CB 1C 2C
Octal 121 170 221 54 21 0 53 313 34 54
Binary 1010001 1111000 10010001 101100 10001 0 101011 11001011 11100 101100

Color Harmonies of #517891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517891

Black with #517891

Text Example


Text Example

White with #517891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517891; }

 p { color: rgb(81,120,145); }

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

background-color css

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

 a { background-color: rgb(81,120,145); }

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

border-color css

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

 span { border-color: rgb(81,120,145); }

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