Html Css Color HEX #517896 Jelly Bean

📋 copy color: '#517896'

red 81 ◦ green 120 ◦ blue 150

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

Shades of Jelly Bean #517896

Tints of Jelly Bean #517896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.74%

R = 23.08%
G = 34.19%
B = 42.74%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#517896 (or 0x517896) is known color: Jelly Bean. HEX triplet: 51, 78 and 96. RGB value is (81,120,150). Sum of RGB (Red+Green+Blue) = 81+120+150=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #517896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517896 is #AE8769. Grayscale: #6F6F6F. Windows color (decimal): -11437930 or 9861201. OLE color: 9861201.

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

Color convert

RGB 81 120 150 -
CMYK 0.46 0.20 0 0.41
HSL 206.09º 0.3% 0.45% -
HSV(B) 206.09º 0.46% 0.59% -
XYZ 15.61 17.38 31.39 -
YUV 111.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 81 120 150 0.46 0.20 0 0.41 206.09 0.3 0.45
Hex 51 78 96 2E 14 0 29 CE 1E 2D
Octal 121 170 226 56 24 0 51 316 36 55
Binary 1010001 1111000 10010110 101110 10100 0 101001 11001110 11110 101101

Color Harmonies of #517896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517896

Black with #517896

Text Example


Text Example

White with #517896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #517896; }

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

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

background-color css

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

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

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

border-color css

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

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

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