Html Css Color HEX #517895 Jelly Bean

📋 copy color: '#517895'

red 81 ◦ green 120 ◦ blue 149

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

Shades of Jelly Bean #517895

Tints of Jelly Bean #517895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.57%

R = 23.14%
G = 34.29%
B = 42.57%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517895 (or 0x517895) is known color: Jelly Bean. HEX triplet: 51, 78 and 95. RGB value is (81,120,149). Sum of RGB (Red+Green+Blue) = 81+120+149=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 149 (58.59% from 255 or 42.57% from 350); Max value from RGB is 149 - color contains mainly: blue. Hex color #517895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517895 is #AE876A. Grayscale: #6F6F6F. Windows color (decimal): -11437931 or 9795665. OLE color: 9795665.

HSL color Cylindrical-coordinate representation of color #517895: hue angle of 205.59º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #517895 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 120 149 -
CMYK 0.46 0.19 0 0.42
HSL 205.59º 0.3% 0.45% -
HSV(B) 205.59º 0.46% 0.58% -
XYZ 15.53 17.35 30.96 -
YUV 111.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 81 120 149 0.46 0.19 0 0.42 205.59 0.3 0.45
Hex 51 78 95 2E 13 0 2A CE 1E 2D
Octal 121 170 225 56 23 0 52 316 36 55
Binary 1010001 1111000 10010101 101110 10011 0 101010 11001110 11110 101101

Color Harmonies of #517895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517895

Black with #517895

Text Example


Text Example

White with #517895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517895; }

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

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

background-color css

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

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

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

border-color css

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

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

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