Html Css Color HEX #517C92 Jelly Bean

📋 copy color: '#517C92'

red 81 ◦ green 124 ◦ blue 146

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

Shades of Jelly Bean #517C92

Tints of Jelly Bean #517C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 23.08%
G = 35.33%
B = 41.6%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#517C92 (or 0x517C92) is known color: Jelly Bean. HEX triplet: 51, 7C and 92. RGB value is (81,124,146). Sum of RGB (Red+Green+Blue) = 81+124+146=351 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.08% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #517C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517C92 is #AE836D. Grayscale: #717171. Windows color (decimal): -11436910 or 9600081. OLE color: 9600081.

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

Color convert

RGB 81 124 146 -
CMYK 0.45 0.15 0 0.43
HSL 200.31º 0.29% 0.45% -
HSV(B) 200.31º 0.45% 0.57% -
XYZ 15.79 18.24 29.88 -
YUV 113.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 81 124 146 0.45 0.15 0 0.43 200.31 0.29 0.45
Hex 51 7C 92 2D F 0 2B C8 1D 2D
Octal 121 174 222 55 17 0 53 310 35 55
Binary 1010001 1111100 10010010 101101 1111 0 101011 11001000 11101 101101

Color Harmonies of #517C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #517C92

Black with #517C92

Text Example


Text Example

White with #517C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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