Html Css Color HEX #517886 Jelly Bean

📋 copy color: '#517886'

red 81 ◦ green 120 ◦ blue 134

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

Shades of Jelly Bean #517886

Tints of Jelly Bean #517886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 40%

R = 24.18%
G = 35.82%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#517886 (or 0x517886) is known color: Jelly Bean. HEX triplet: 51, 78 and 86. RGB value is (81,120,134). Sum of RGB (Red+Green+Blue) = 81+120+134=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 134 - color contains mainly: blue. Hex color #517886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517886 is #AE8779. Grayscale: #6D6D6D. Windows color (decimal): -11437946 or 8812625. OLE color: 8812625.

HSL color Cylindrical-coordinate representation of color #517886: hue angle of 195.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #517886 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 120 134 -
CMYK 0.40 0.10 0 0.47
HSL 195.85º 0.25% 0.42% -
HSV(B) 195.85º 0.4% 0.53% -
XYZ 14.41 16.9 25.06 -
YUV 109.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 81 120 134 0.40 0.10 0 0.47 195.85 0.25 0.42
Hex 51 78 86 28 A 0 2F C4 19 2A
Octal 121 170 206 50 12 0 57 304 31 52
Binary 1010001 1111000 10000110 101000 1010 0 101111 11000100 11001 101010

Color Harmonies of #517886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517886

Black with #517886

Text Example


Text Example

White with #517886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517886; }

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

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

background-color css

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

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

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

border-color css

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

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

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