Html Css Color HEX #517C94 Jelly Bean

📋 copy color: '#517C94'

red 81 ◦ green 124 ◦ blue 148

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

Shades of Jelly Bean #517C94

Tints of Jelly Bean #517C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.13%

 BLUE value IS 148 (58.2% from 255) = 41.93%

R = 22.95%
G = 35.13%
B = 41.93%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#517C94 (or 0x517C94) is known color: Jelly Bean. HEX triplet: 51, 7C and 94. RGB value is (81,124,148). Sum of RGB (Red+Green+Blue) = 81+124+148=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 148 - color contains mainly: blue. Hex color #517C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C94 is #AE836B. Grayscale: #717171. Windows color (decimal): -11436908 or 9731153. OLE color: 9731153.

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

Color convert

RGB 81 124 148 -
CMYK 0.45 0.16 0 0.42
HSL 201.49º 0.29% 0.45% -
HSV(B) 201.49º 0.45% 0.58% -
XYZ 15.95 18.3 30.71 -
YUV 113.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 81 124 148 0.45 0.16 0 0.42 201.49 0.29 0.45
Hex 51 7C 94 2D 10 0 2A C9 1D 2D
Octal 121 174 224 55 20 0 52 311 35 55
Binary 1010001 1111100 10010100 101101 10000 0 101010 11001001 11101 101101

Color Harmonies of #517C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C94

Black with #517C94

Text Example


Text Example

White with #517C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,124,148); }

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

background-color css

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

 a { background-color: rgb(81,124,148); }

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

border-color css

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

 span { border-color: rgb(81,124,148); }

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